#B00C8F

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

Shades of Medium Violet Red #B00C8F

Tints of Medium Violet Red #B00C8F

Color information

#B00C8F (or 0xB00C8F) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0C and 8F. RGB value is (176,12,143). Sum of RGB (Red+Green+Blue) = 176+12+143=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 12 (5.08% from 255 or 3.63% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C8F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B00C8F is #4FF370. Grayscale: #4B4B4B. Windows color (decimal): -5239665 or 9374896. OLE color: 9374896.

HSL color Cylindrical-coordinate representation of color #B00C8F: hue angle of 312.07º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00C8F is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB17612143-
CMYK00.930.190.31
HSL312.07º87.23%36.86%-
HSV(B)312.07º93.18%69.02%-
XYZ22.9911.4826.99-
YUV75.97165.83199.35-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 53.17%
GREEN value IS 12 (5.08% from 255) = 3.63%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=53.17%
G=3.63%
B=43.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761214300.930.190.31312.0787.2336.86
HexB0C8F05D131F1385725
Octal260142170135233747012745
Binary101100001100100011110101110110011111111001110001010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C8F; }

 p { color: rgb(176,12,143); }

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

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

 a { background-color: rgb(176,12,143); }

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

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

 span { border-color: rgb(176,12,143); }

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