Html Css Color HEX #B01BA8 Medium Violet Red

📋 copy color: '#B01BA8'

red 176 ◦ green 27 ◦ blue 168

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

Shades of Medium Violet Red #B01BA8

Tints of Medium Violet Red #B01BA8

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.28%

 BLUE value IS 168 (66.02% from 255) = 45.28%

R = 47.44%
G = 7.28%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.05

 K value IS 0.31

RGB Variations

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

Color information

#B01BA8 (or 0xB01BA8) is known color: Medium Violet Red. HEX triplet: B0, 1B and A8. RGB value is (176,27,168). Sum of RGB (Red+Green+Blue) = 176+27+168=371 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.44% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 168 (66.02% from 255 or 45.28% from 371); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA8 is #4FE457. Grayscale: #575757. Windows color (decimal): -5235800 or 11017136. OLE color: 11017136.

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

Color convert

RGB 176 27 168 -
CMYK 0 0.85 0.05 0.31
HSL 303.22º 0.73% 0.4% -
HSV(B) 303.22º 0.85% 0.69% -
XYZ 25.36 12.84 38.19 -
YUV 87.63 173.36 191.04 -
System Red Green Blue C M Y K H S L
Decimal 176 27 168 0 0.85 0.05 0.31 303.22 0.73 0.4
Hex B0 1B A8 0 55 5 1F 12F 49 28
Octal 260 33 250 0 125 5 37 457 111 50
Binary 10110000 11011 10101000 0 1010101 101 11111 100101111 1001001 101000

Color Harmonies of #B01BA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01BA8

Black with #B01BA8

Text Example


Text Example

White with #B01BA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01BA8; }

 p { color: rgb(176,27,168); }

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

background-color css

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

 a { background-color: rgb(176,27,168); }

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

border-color css

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

 span { border-color: rgb(176,27,168); }

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