Html Css Color HEX #B01BA4 Medium Violet Red

📋 copy color: '#B01BA4'

red 176 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #B01BA4

Tints of Medium Violet Red #B01BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 44.69%

R = 47.96%
G = 7.36%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.07

 K value IS 0.31

RGB Variations

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

Color information

#B01BA4 (or 0xB01BA4) is known color: Medium Violet Red. HEX triplet: B0, 1B and A4. RGB value is (176,27,164). Sum of RGB (Red+Green+Blue) = 176+27+164=367 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.96% from 367); Green value is 27 (10.94% from 255 or 7.36% from 367); Blue value is 164 (64.45% from 255 or 44.69% from 367); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA4 is #4FE45B. Grayscale: #565656. Windows color (decimal): -5235804 or 10754992. OLE color: 10754992.

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

Color convert

RGB 176 27 164 -
CMYK 0 0.85 0.07 0.31
HSL 304.83º 0.73% 0.4% -
HSV(B) 304.83º 0.85% 0.69% -
XYZ 25 12.69 36.25 -
YUV 87.17 171.36 191.36 -
System Red Green Blue C M Y K H S L
Decimal 176 27 164 0 0.85 0.07 0.31 304.83 0.73 0.4
Hex B0 1B A4 0 55 7 1F 131 49 28
Octal 260 33 244 0 125 7 37 461 111 50
Binary 10110000 11011 10100100 0 1010101 111 11111 100110001 1001001 101000

Color Harmonies of #B01BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01BA4

Black with #B01BA4

Text Example


Text Example

White with #B01BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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