#B01C9E

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

Shades of Medium Violet Red #B01C9E

Tints of Medium Violet Red #B01C9E

Color information

#B01C9E (or 0xB01C9E) is unknown color: approx Medium Violet Red. HEX triplet: B0, 1C and 9E. RGB value is (176,28,158). Sum of RGB (Red+Green+Blue) = 176+28+158=362 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.62% from 362); Green value is 28 (11.33% from 255 or 7.73% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 176 - color contains mainly: red. Hex color #B01C9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01C9E is #4FE361. Grayscale: #565656. Windows color (decimal): -5235554 or 10362032. OLE color: 10362032.

HSL color Cylindrical-coordinate representation of color #B01C9E: hue angle of 307.3º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B01C9E is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.31.

Color convert

RGB17628158-
CMYK00.840.100.31
HSL307.3º72.55%40%-
HSV(B)307.3º84.09%69.02%-
XYZ24.4912.5333.48-
YUV87.07168.03191.43-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 48.62%
GREEN value IS 28 (11.33% from 255) = 7.73%
BLUE value IS 158 (62.11% from 255) = 43.65%
R=48.62%
G=7.73%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.10
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1762815800.840.100.31307.372.5540
HexB01C9E054A1F1334928
Octal260342360124123746311150
Binary101100001110010011110010101001010111111001100111001001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01C9E; }

 p { color: rgb(176,28,158); }

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

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

 a { background-color: rgb(176,28,158); }

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

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

 span { border-color: rgb(176,28,158); }

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