Html Css Color HEX #B01CA2 Medium Violet Red

📋 copy color: '#B01CA2'

red 176 ◦ green 28 ◦ blue 162

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

Shades of Medium Violet Red #B01CA2

Tints of Medium Violet Red #B01CA2

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.65%

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

R = 48.09%
G = 7.65%
B = 44.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B01CA2 (or 0xB01CA2) is known color: Medium Violet Red. HEX triplet: B0, 1C and A2. RGB value is (176,28,162). Sum of RGB (Red+Green+Blue) = 176+28+162=366 (48% of max value = 765). Red value is 176 (69.14% from 255 or 48.09% from 366); Green value is 28 (11.33% from 255 or 7.65% from 366); Blue value is 162 (63.67% from 255 or 44.26% from 366); Max value from RGB is 176 - color contains mainly: red. Hex color #B01CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01CA2 is #4FE35D. Grayscale: #575757. Windows color (decimal): -5235550 or 10624176. OLE color: 10624176.

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

Color convert

RGB 176 28 162 -
CMYK 0 0.84 0.08 0.31
HSL 305.68º 0.73% 0.4% -
HSV(B) 305.68º 0.84% 0.69% -
XYZ 24.84 12.67 35.32 -
YUV 87.53 170.03 191.1 -
System Red Green Blue C M Y K H S L
Decimal 176 28 162 0 0.84 0.08 0.31 305.68 0.73 0.4
Hex B0 1C A2 0 54 8 1F 132 49 28
Octal 260 34 242 0 124 10 37 462 111 50
Binary 10110000 11100 10100010 0 1010100 1000 11111 100110010 1001001 101000

Color Harmonies of #B01CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01CA2

Black with #B01CA2

Text Example


Text Example

White with #B01CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01CA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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