Html Css Color HEX #B01BA7 Medium Violet Red

📋 copy color: '#B01BA7'

red 176 ◦ green 27 ◦ blue 167

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

Shades of Medium Violet Red #B01BA7

Tints of Medium Violet Red #B01BA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 45.14%

R = 47.57%
G = 7.3%
B = 45.14%

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

#B01BA7 (or 0xB01BA7) is known color: Medium Violet Red. HEX triplet: B0, 1B and A7. RGB value is (176,27,167). Sum of RGB (Red+Green+Blue) = 176+27+167=370 (49% of max value = 765). Red value is 176 (69.14% from 255 or 47.57% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 167 (65.62% from 255 or 45.14% from 370); Max value from RGB is 176 - color contains mainly: red. Hex color #B01BA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01BA7 is #4FE458. Grayscale: #575757. Windows color (decimal): -5235801 or 10951600. OLE color: 10951600.

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

Color convert

RGB 176 27 167 -
CMYK 0 0.85 0.05 0.31
HSL 303.62º 0.73% 0.4% -
HSV(B) 303.62º 0.85% 0.69% -
XYZ 25.27 12.8 37.7 -
YUV 87.51 172.86 191.12 -
System Red Green Blue C M Y K H S L
Decimal 176 27 167 0 0.85 0.05 0.31 303.62 0.73 0.4
Hex B0 1B A7 0 55 5 1F 130 49 28
Octal 260 33 247 0 125 5 37 460 111 50
Binary 10110000 11011 10100111 0 1010101 101 11111 100110000 1001001 101000

Color Harmonies of #B01BA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01BA7

Black with #B01BA7

Text Example


Text Example

White with #B01BA7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01BA7; }

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

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

background-color css

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

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

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

border-color css

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

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

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