#B62B97

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

Shades of Medium Red Violet #B62B97

Tints of Medium Red Violet #B62B97

Color information

#B62B97 (or 0xB62B97) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2B and 97. RGB value is (182,43,151). Sum of RGB (Red+Green+Blue) = 182+43+151=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 151 (59.38% from 255 or 40.16% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B62B97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62B97 is #49D468. Grayscale: #606060. Windows color (decimal): -4838505 or 9907126. OLE color: 9907126.

HSL color Cylindrical-coordinate representation of color #B62B97: hue angle of 313.38º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B62B97 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB18243151-
CMYK00.760.170.29
HSL313.38º61.78%44.12%-
HSV(B)313.38º76.37%71.37%-
XYZ25.7413.9130.61-
YUV96.87158.55188.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 48.40%
GREEN value IS 43 (17.19% from 255) = 11.44%
BLUE value IS 151 (59.38% from 255) = 40.16%
R=48.40%
G=11.44%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824315100.760.170.29313.3861.7844.12
HexB62B9704C111D1393e2c
Octal26653227011421354717654
Binary1011011010101110010111010011001000111101100111001111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62B97; }

 p { color: rgb(182,43,151); }

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

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

 a { background-color: rgb(182,43,151); }

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

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

 span { border-color: rgb(182,43,151); }

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