Html Css Color HEX #B214A0 Medium Violet Red

📋 copy color: '#B214A0'

red 178 ◦ green 20 ◦ blue 160

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

Shades of Medium Violet Red #B214A0

Tints of Medium Violet Red #B214A0

RGB

 RED value IS 178 (69.92% from 255) = 49.72%

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

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

R = 49.72%
G = 5.59%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B214A0 (or 0xB214A0) is known color: Medium Violet Red. HEX triplet: B2, 14 and A0. RGB value is (178,20,160). Sum of RGB (Red+Green+Blue) = 178+20+160=358 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.72% from 358); Green value is 20 (8.20% from 255 or 5.59% from 358); Blue value is 160 (62.89% from 255 or 44.69% from 358); Max value from RGB is 178 - color contains mainly: red. Hex color #B214A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B214A0 is #4DEB5F. Grayscale: #525252. Windows color (decimal): -5106528 or 10491058. OLE color: 10491058.

HSL color Cylindrical-coordinate representation of color #B214A0: hue angle of 306.84º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B214A0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 20 160 -
CMYK 0 0.89 0.10 0.30
HSL 306.84º 0.8% 0.39% -
HSV(B) 306.84º 0.89% 0.7% -
XYZ 24.96 12.5 34.36 -
YUV 83.2 171.35 195.62 -
System Red Green Blue C M Y K H S L
Decimal 178 20 160 0 0.89 0.10 0.30 306.84 0.8 0.39
Hex B2 14 A0 0 59 A 1E 133 50 27
Octal 262 24 240 0 131 12 36 463 120 47
Binary 10110010 10100 10100000 0 1011001 1010 11110 100110011 1010000 100111

Color Harmonies of #B214A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B214A0

Black with #B214A0

Text Example


Text Example

White with #B214A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B214A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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