Html Css Color HEX #B014A0 Medium Violet Red

📋 copy color: '#B014A0'

red 176 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #B014A0

Tints of Medium Violet Red #B014A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 44.94%

R = 49.44%
G = 5.62%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.31

RGB Variations

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

Color information

#B014A0 (or 0xB014A0) is known color: Medium Violet Red. HEX triplet: B0, 14 and A0. RGB value is (176,20,160). Sum of RGB (Red+Green+Blue) = 176+20+160=356 (47% of max value = 765). Red value is 176 (69.14% from 255 or 49.44% from 356); Green value is 20 (8.20% from 255 or 5.62% from 356); Blue value is 160 (62.89% from 255 or 44.94% from 356); Max value from RGB is 176 - color contains mainly: red. Hex color #B014A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B014A0 is #4FEB5F. Grayscale: #525252. Windows color (decimal): -5237600 or 10491056. OLE color: 10491056.

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

Color convert

RGB 176 20 160 -
CMYK 0 0.89 0.09 0.31
HSL 306.15º 0.8% 0.38% -
HSV(B) 306.15º 0.89% 0.69% -
XYZ 24.5 12.27 34.33 -
YUV 82.6 171.68 194.62 -
System Red Green Blue C M Y K H S L
Decimal 176 20 160 0 0.89 0.09 0.31 306.15 0.8 0.38
Hex B0 14 A0 0 59 9 1F 132 50 26
Octal 260 24 240 0 131 11 37 462 120 46
Binary 10110000 10100 10100000 0 1011001 1001 11111 100110010 1010000 100110

Color Harmonies of #B014A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B014A0

Black with #B014A0

Text Example


Text Example

White with #B014A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B014A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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