Html Css Color HEX #B01288 Medium Violet Red

📋 copy color: '#B01288'

red 176 ◦ green 18 ◦ blue 136

#B01288
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Violet Red #B01288

Tints of Medium Violet Red #B01288

RGB

 RED value IS 176 (69.14% from 255) = 53.33%

 GREEN value IS 18 (7.42% from 255) = 5.45%

 BLUE value IS 136 (53.52% from 255) = 41.21%

R = 53.33%
G = 5.45%
B = 41.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B01288 (or 0xB01288) is known color: Medium Violet Red. HEX triplet: B0, 12 and 88. RGB value is (176,18,136). Sum of RGB (Red+Green+Blue) = 176+18+136=330 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.33% from 330); Green value is 18 (7.42% from 255 or 5.45% from 330); Blue value is 136 (53.52% from 255 or 41.21% from 330); Max value from RGB is 176 - color contains mainly: red. Hex color #B01288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B01288 is #4FED77. Grayscale: #4E4E4E. Windows color (decimal): -5238136 or 8917680. OLE color: 8917680.

HSL color Cylindrical-coordinate representation of color #B01288: hue angle of 315.19º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01288 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 136 -
CMYK 0 0.90 0.23 0.31
HSL 315.19º 0.81% 0.38% -
HSV(B) 315.19º 0.9% 0.69% -
XYZ 22.56 11.44 24.31 -
YUV 78.69 160.35 197.41 -
System Red Green Blue C M Y K H S L
Decimal 176 18 136 0 0.90 0.23 0.31 315.19 0.81 0.38
Hex B0 12 88 0 5A 17 1F 13B 51 26
Octal 260 22 210 0 132 27 37 473 121 46
Binary 10110000 10010 10001000 0 1011010 10111 11111 100111011 1010001 100110

Color Harmonies of #B01288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01288

Black with #B01288

Text Example


Text Example

White with #B01288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01288; }

 p { color: rgb(176,18,136); }

 H1.HeaderClassName
 {
   color: #B01288;
 }
 .AnyTagClassName
 {
   color: #B01288;
 }
</style>

background-color css

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

 a { background-color: rgb(176,18,136); }

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

border-color css

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

 span { border-color: rgb(176,18,136); }

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