Html Css Color HEX #B213A0 Medium Violet Red

📋 copy color: '#B213A0'

red 178 ◦ green 19 ◦ blue 160

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

Shades of Medium Violet Red #B213A0

Tints of Medium Violet Red #B213A0

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.32%

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

R = 49.86%
G = 5.32%
B = 44.82%

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

#B213A0 (or 0xB213A0) is known color: Medium Violet Red. HEX triplet: B2, 13 and A0. RGB value is (178,19,160). Sum of RGB (Red+Green+Blue) = 178+19+160=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 160 (62.89% from 255 or 44.82% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B213A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213A0 is #4DEC5F. Grayscale: #525252. Windows color (decimal): -5106784 or 10490802. OLE color: 10490802.

HSL color Cylindrical-coordinate representation of color #B213A0: hue angle of 306.79º degrees, saturation: 0.81, 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 #B213A0 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 19 160 -
CMYK 0 0.89 0.10 0.30
HSL 306.79º 0.81% 0.39% -
HSV(B) 306.79º 0.89% 0.7% -
XYZ 24.94 12.47 34.35 -
YUV 82.62 171.68 196.04 -
System Red Green Blue C M Y K H S L
Decimal 178 19 160 0 0.89 0.10 0.30 306.79 0.81 0.39
Hex B2 13 A0 0 59 A 1E 133 51 27
Octal 262 23 240 0 131 12 36 463 121 47
Binary 10110010 10011 10100000 0 1011001 1010 11110 100110011 1010001 100111

Color Harmonies of #B213A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213A0

Black with #B213A0

Text Example


Text Example

White with #B213A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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