Html Css Color HEX #B01BA6 Medium Violet Red

📋 copy color: '#B01BA6'

red 176 ◦ green 27 ◦ blue 166

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

Shades of Medium Violet Red #B01BA6

Tints of Medium Violet Red #B01BA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 44.99%

R = 47.7%
G = 7.32%
B = 44.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.06

 K value IS 0.31

RGB Variations

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

Color information

#B01BA6 (or 0xB01BA6) is known color: Medium Violet Red. HEX triplet: B0, 1B and A6. RGB value is (176,27,166). Sum of RGB (Red+Green+Blue) = 176+27+166=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 166 (65.23% from 255 or 44.99% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA6 is #4FE459. Grayscale: #565656. Windows color (decimal): -5235802 or 10886064. OLE color: 10886064.

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

Color convert

RGB 176 27 166 -
CMYK 0 0.85 0.06 0.31
HSL 304.03º 0.73% 0.4% -
HSV(B) 304.03º 0.85% 0.69% -
XYZ 25.18 12.77 37.21 -
YUV 87.4 172.36 191.2 -
System Red Green Blue C M Y K H S L
Decimal 176 27 166 0 0.85 0.06 0.31 304.03 0.73 0.4
Hex B0 1B A6 0 55 6 1F 130 49 28
Octal 260 33 246 0 125 6 37 460 111 50
Binary 10110000 11011 10100110 0 1010101 110 11111 100110000 1001001 101000

Color Harmonies of #B01BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01BA6

Black with #B01BA6

Text Example


Text Example

White with #B01BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01BA6; }

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

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

background-color css

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

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

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

border-color css

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

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

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