#B6309B

Color #B6309B Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #B6309B

Tints of Medium Red Violet #B6309B

Color information

#B6309B (or 0xB6309B) is unknown color: approx Medium Red Violet. HEX triplet: B6, 30 and 9B. RGB value is (182,48,155). Sum of RGB (Red+Green+Blue) = 182+48+155=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 48 (19.14% from 255 or 12.47% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6309B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B6309B is #49CF64. Grayscale: #636363. Windows color (decimal): -4837221 or 10170550. OLE color: 10170550.

HSL color Cylindrical-coordinate representation of color #B6309B: hue angle of 312.09º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B6309B is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB18248155-
CMYK00.740.150.29
HSL312.09º58.26%45.1%-
HSV(B)312.09º73.63%71.37%-
XYZ26.2614.4332.41-
YUV100.26158.89186.3-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 48 (19.14% from 255) = 12.47%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=47.27%
G=12.47%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824815500.740.150.29312.0958.2645.1
HexB6309B04AF1D1383a2d
Octal26660233011217354707255
Binary101101101100001001101101001010111111101100111000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6309B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6309B; }

 p { color: rgb(182,48,155); }

 H1.HeaderClassName
 {
   color: #B6309B;
 }
 .AnyTagClassName
 {
   color: #B6309B;
 }
</style>
background-color css

<style>
 a { background-color: #B6309B; }

 a { background-color: rgb(182,48,155); }

 div.DivClassName
 {
   background-color: #B6309B;
 }
 .BgClassName
 {
   background-color: #B6309B;
 }
</style>
border-color css

<style>
 span { border-color: #B6309B; }

 span { border-color: rgb(182,48,155); }

 td.TdClassName
 {
   border-color: #B6309B;
 }
 .TagClassName
 {
   border-color: #B6309B;
 }
</style>