#B00C7F

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

Shades of Medium Violet Red #B00C7F

Tints of Medium Violet Red #B00C7F

Color information

#B00C7F (or 0xB00C7F) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0C and 7F. RGB value is (176,12,127). Sum of RGB (Red+Green+Blue) = 176+12+127=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 127 (50% from 255 or 40.32% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C7F is #4FF380. Grayscale: #494949. Windows color (decimal): -5239681 or 8326320. OLE color: 8326320.

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

Color convert

RGB17612127-
CMYK00.930.280.31
HSL317.93º87.23%36.86%-
HSV(B)317.93º93.18%69.02%-
XYZ21.8711.0321.05-
YUV74.15157.83200.65-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.87%
GREEN value IS 12 (5.08% from 255) = 3.81%
BLUE value IS 127 (50% from 255) = 40.32%
R=55.87%
G=3.81%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761212700.930.280.31317.9387.2336.86
HexB0C7F05D1C1F13e5725
Octal260141770135343747612745
Binary10110000110011111110101110111100111111001111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C7F; }

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

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

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

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

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

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

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

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