#B6307D

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

Shades of Medium Red Violet #B6307D

Tints of Medium Red Violet #B6307D

Color information

#B6307D (or 0xB6307D) is unknown color: approx Medium Red Violet. HEX triplet: B6, 30 and 7D. RGB value is (182,48,125). Sum of RGB (Red+Green+Blue) = 182+48+125=355 (47% of max value = 765). Red value is 182 (71.48% from 255 or 51.27% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 182 - color contains mainly: red. Hex color #B6307D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6307D is #49CF82. Grayscale: #606060. Windows color (decimal): -4837251 or 8204470. OLE color: 8204470.

HSL color Cylindrical-coordinate representation of color #B6307D: hue angle of 325.52º 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 #B6307D is Cyan = 0, Magento = 0.74, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB18248125-
CMYK00.740.310.29
HSL325.52º58.26%45.1%-
HSV(B)325.52º73.63%71.37%-
XYZ24.0513.5420.75-
YUV96.84143.89188.74-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.27%
GREEN value IS 48 (19.14% from 255) = 13.52%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=51.27%
G=13.52%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824812500.740.310.29325.5258.2645.1
HexB6307D04A1F1D1463a2d
Octal26660175011237355067255
Binary101101101100001111101010010101111111101101000110111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6307D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6307D; }

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

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

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

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

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

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

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

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