#B0427E

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

Shades of Medium Red Violet #B0427E

Tints of Medium Red Violet #B0427E

Color information

#B0427E (or 0xB0427E) is unknown color: approx Medium Red Violet. HEX triplet: B0, 42 and 7E. RGB value is (176,66,126). Sum of RGB (Red+Green+Blue) = 176+66+126=368 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.83% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 126 (49.61% from 255 or 34.24% from 368); Max value from RGB is 176 - color contains mainly: red. Hex color #B0427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0427E is #4FBD81. Grayscale: #696969. Windows color (decimal): -5225858 or 8274608. OLE color: 8274608.

HSL color Cylindrical-coordinate representation of color #B0427E: hue angle of 327.27º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0427E is Cyan = 0, Magento = 0.62, Yellow = 0.28 and Black (K on CMYK) = 0.31.

Color convert

RGB17666126-
CMYK00.620.280.31
HSL327.27º45.45%47.45%-
HSV(B)327.27º62.5%69.02%-
XYZ23.6214.6321.32-
YUV105.73139.44178.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 47.83%
GREEN value IS 66 (26.17% from 255) = 17.93%
BLUE value IS 126 (49.61% from 255) = 34.24%
R=47.83%
G=17.93%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1766612600.620.280.31327.2745.4547.45
HexB0427E03E1C1F1472d2f
Octal26010217607634375075557
Binary101100001000010111111001111101110011111101000111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0427E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0427E; }

 p { color: rgb(176,66,126); }

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

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

 a { background-color: rgb(176,66,126); }

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

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

 span { border-color: rgb(176,66,126); }

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