Html Css Color HEX #B014A2 Medium Violet Red

📋 copy color: '#B014A2'

red 176 ◦ green 20 ◦ blue 162

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

Shades of Medium Violet Red #B014A2

Tints of Medium Violet Red #B014A2

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.59%

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

R = 49.16%
G = 5.59%
B = 45.25%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.31

RGB Variations

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

Color information

#B014A2 (or 0xB014A2) is known color: Medium Violet Red. HEX triplet: B0, 14 and A2. RGB value is (176,20,162). Sum of RGB (Red+Green+Blue) = 176+20+162=358 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.16% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 162 (63.67% from 255 or 45.25% from 358); Max value from RGB is 176 - color contains mainly: red. Hex color #B014A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014A2 is #4FEB5D. Grayscale: #525252. Windows color (decimal): -5237598 or 10622128. OLE color: 10622128.

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

Color convert

RGB 176 20 162 -
CMYK 0 0.89 0.08 0.31
HSL 305.38º 0.8% 0.38% -
HSV(B) 305.38º 0.89% 0.69% -
XYZ 24.68 12.34 35.26 -
YUV 82.83 172.68 194.45 -
System Red Green Blue C M Y K H S L
Decimal 176 20 162 0 0.89 0.08 0.31 305.38 0.8 0.38
Hex B0 14 A2 0 59 8 1F 131 50 26
Octal 260 24 242 0 131 10 37 461 120 46
Binary 10110000 10100 10100010 0 1011001 1000 11111 100110001 1010000 100110

Color Harmonies of #B014A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014A2

Black with #B014A2

Text Example


Text Example

White with #B014A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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