#B00C7E

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

Shades of Medium Violet Red #B00C7E

Tints of Medium Violet Red #B00C7E

Color information

#B00C7E (or 0xB00C7E) is unknown color: approx Medium Violet Red. HEX triplet: B0, 0C and 7E. RGB value is (176,12,126). Sum of RGB (Red+Green+Blue) = 176+12+126=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 126 (49.61% from 255 or 40.13% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B00C7E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00C7E is #4FF381. Grayscale: #494949. Windows color (decimal): -5239682 or 8260784. OLE color: 8260784.

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

Color convert

RGB17612126-
CMYK00.930.280.31
HSL318.29º87.23%36.86%-
HSV(B)318.29º93.18%69.02%-
XYZ21.81120.71-
YUV74.03157.33200.73-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.05%
GREEN value IS 12 (5.08% from 255) = 3.82%
BLUE value IS 126 (49.61% from 255) = 40.13%
R=56.05%
G=3.82%
B=40.13%

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
Decimal1761212600.930.280.31318.2987.2336.86
HexB0C7E05D1C1F13e5725
Octal260141760135343747612745
Binary10110000110011111100101110111100111111001111101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00C7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00C7E; }

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

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

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

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

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

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

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

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