Html Css Color HEX #B213A3 Medium Violet Red

📋 copy color: '#B213A3'

red 178 ◦ green 19 ◦ blue 163

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

Shades of Medium Violet Red #B213A3

Tints of Medium Violet Red #B213A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 45.28%

R = 49.44%
G = 5.28%
B = 45.28%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B213A3 (or 0xB213A3) is known color: Medium Violet Red. HEX triplet: B2, 13 and A3. RGB value is (178,19,163). Sum of RGB (Red+Green+Blue) = 178+19+163=360 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.44% from 360); Green value is 19 (7.81% from 255 or 5.28% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 178 - color contains mainly: red. Hex color #B213A3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B213A3 is #4DEC5C. Grayscale: #525252. Windows color (decimal): -5106781 or 10687410. OLE color: 10687410.

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

Color convert

RGB 178 19 163 -
CMYK 0 0.89 0.08 0.30
HSL 305.66º 0.81% 0.39% -
HSV(B) 305.66º 0.89% 0.7% -
XYZ 25.2 12.58 35.75 -
YUV 82.96 173.18 195.79 -
System Red Green Blue C M Y K H S L
Decimal 178 19 163 0 0.89 0.08 0.30 305.66 0.81 0.39
Hex B2 13 A3 0 59 8 1E 132 51 27
Octal 262 23 243 0 131 10 36 462 121 47
Binary 10110010 10011 10100011 0 1011001 1000 11110 100110010 1010001 100111

Color Harmonies of #B213A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B213A3

Black with #B213A3

Text Example


Text Example

White with #B213A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B213A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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