#B62F9C

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

Shades of Medium Red Violet #B62F9C

Tints of Medium Red Violet #B62F9C

Color information

#B62F9C (or 0xB62F9C) is unknown color: approx Medium Red Violet. HEX triplet: B6, 2F and 9C. RGB value is (182,47,156). Sum of RGB (Red+Green+Blue) = 182+47+156=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 47 (18.75% from 255 or 12.21% from 385); Blue value is 156 (61.33% from 255 or 40.52% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B62F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62F9C is #49D063. Grayscale: #636363. Windows color (decimal): -4837476 or 10235830. OLE color: 10235830.

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

Color convert

RGB18247156-
CMYK00.740.140.29
HSL311.56º58.95%44.9%-
HSV(B)311.56º74.18%71.37%-
XYZ26.3114.3832.84-
YUV99.79159.73186.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 47.27%
GREEN value IS 47 (18.75% from 255) = 12.21%
BLUE value IS 156 (61.33% from 255) = 40.52%
R=47.27%
G=12.21%
B=40.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1824715600.740.140.29311.5658.9544.9
HexB62F9C04AE1D1383b2d
Octal26657234011216354707355
Binary101101101011111001110001001010111011101100111000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B62F9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B62F9C; }

 p { color: rgb(182,47,156); }

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

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

 a { background-color: rgb(182,47,156); }

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

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

 span { border-color: rgb(182,47,156); }

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