Html Css Color HEX #B01FA2 Medium Violet Red

📋 copy color: '#B01FA2'

red 176 ◦ green 31 ◦ blue 162

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

Shades of Medium Violet Red #B01FA2

Tints of Medium Violet Red #B01FA2

RGB

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

 GREEN value IS 31 (12.5% from 255) = 8.4%

 BLUE value IS 162 (63.67% from 255) = 43.9%

R = 47.7%
G = 8.4%
B = 43.9%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B01FA2 (or 0xB01FA2) is known color: Medium Violet Red. HEX triplet: B0, 1F and A2. RGB value is (176,31,162). Sum of RGB (Red+Green+Blue) = 176+31+162=369 (48% of max value = 765). Red value is 176 (69.14% from 255 or 47.70% from 369); Green value is 31 (12.5% from 255 or 8.40% from 369); Blue value is 162 (63.67% from 255 or 43.90% from 369); Max value from RGB is 176 - color contains mainly: red. Hex color #B01FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01FA2 is #4FE05D. Grayscale: #585858. Windows color (decimal): -5234782 or 10624944. OLE color: 10624944.

HSL color Cylindrical-coordinate representation of color #B01FA2: hue angle of 305.79º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B01FA2 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 31 162 -
CMYK 0 0.82 0.08 0.31
HSL 305.79º 0.7% 0.41% -
HSV(B) 305.79º 0.82% 0.69% -
XYZ 24.92 12.82 35.34 -
YUV 89.29 169.04 189.85 -
System Red Green Blue C M Y K H S L
Decimal 176 31 162 0 0.82 0.08 0.31 305.79 0.7 0.41
Hex B0 1F A2 0 52 8 1F 132 46 29
Octal 260 37 242 0 122 10 37 462 106 51
Binary 10110000 11111 10100010 0 1010010 1000 11111 100110010 1000110 101001

Color Harmonies of #B01FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01FA2

Black with #B01FA2

Text Example


Text Example

White with #B01FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01FA2; }

 p { color: rgb(176,31,162); }

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

background-color css

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

 a { background-color: rgb(176,31,162); }

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

border-color css

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

 span { border-color: rgb(176,31,162); }

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