Html Css Color HEX #B212A1 Medium Violet Red

📋 copy color: '#B212A1'

red 178 ◦ green 18 ◦ blue 161

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

Shades of Medium Violet Red #B212A1

Tints of Medium Violet Red #B212A1

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.04%

 BLUE value IS 161 (63.28% from 255) = 45.1%

R = 49.86%
G = 5.04%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B212A1 (or 0xB212A1) is known color: Medium Violet Red. HEX triplet: B2, 12 and A1. RGB value is (178,18,161). Sum of RGB (Red+Green+Blue) = 178+18+161=357 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.86% from 357); Green value is 18 (7.42% from 255 or 5.04% from 357); Blue value is 161 (63.28% from 255 or 45.10% from 357); Max value from RGB is 178 - color contains mainly: red. Hex color #B212A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B212A1 is #4DED5E. Grayscale: #515151. Windows color (decimal): -5107039 or 10556082. OLE color: 10556082.

HSL color Cylindrical-coordinate representation of color #B212A1: hue angle of 306.38º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B212A1 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 18 161 -
CMYK 0 0.90 0.10 0.30
HSL 306.38º 0.82% 0.38% -
HSV(B) 306.38º 0.9% 0.7% -
XYZ 25.01 12.47 34.81 -
YUV 82.14 172.51 196.37 -
System Red Green Blue C M Y K H S L
Decimal 178 18 161 0 0.90 0.10 0.30 306.38 0.82 0.38
Hex B2 12 A1 0 5A A 1E 132 52 26
Octal 262 22 241 0 132 12 36 462 122 46
Binary 10110010 10010 10100001 0 1011010 1010 11110 100110010 1010010 100110

Color Harmonies of #B212A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212A1

Black with #B212A1

Text Example


Text Example

White with #B212A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212A1; }

 p { color: rgb(178,18,161); }

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

background-color css

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

 a { background-color: rgb(178,18,161); }

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

border-color css

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

 span { border-color: rgb(178,18,161); }

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