Html Css Color HEX #B212C2 Deep Magenta

📋 copy color: '#B212C2'

red 178 ◦ green 18 ◦ blue 194

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

Shades of Deep Magenta #B212C2

Tints of Deep Magenta #B212C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 49.74%

R = 45.64%
G = 4.62%
B = 49.74%

CMYK

 C value IS 0.08

 M value IS 0.91

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#B212C2 (or 0xB212C2) is known color: Deep Magenta. HEX triplet: B2, 12 and C2. RGB value is (178,18,194). Sum of RGB (Red+Green+Blue) = 178+18+194=390 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.64% from 390); Green value is 18 (7.42% from 255 or 4.62% from 390); Blue value is 194 (76.17% from 255 or 49.74% from 390); Max value from RGB is 194 - color contains mainly: blue. Hex color #B212C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212C2 is #4DED3D. Grayscale: #555555. Windows color (decimal): -5107006 or 12718770. OLE color: 12718770.

HSL color Cylindrical-coordinate representation of color #B212C2: hue angle of 294.55º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212C2 is Cyan = 0.08, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 178 18 194 -
CMYK 0.08 0.91 0 0.24
HSL 294.55º 0.83% 0.42% -
HSV(B) 294.55º 0.91% 0.76% -
XYZ 28.31 13.79 52.21 -
YUV 85.9 189.01 193.69 -
System Red Green Blue C M Y K H S L
Decimal 178 18 194 0.08 0.91 0 0.24 294.55 0.83 0.42
Hex B2 12 C2 8 5B 0 18 127 53 2A
Octal 262 22 302 10 133 0 30 447 123 52
Binary 10110010 10010 11000010 1000 1011011 0 11000 100100111 1010011 101010

Color Harmonies of #B212C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212C2

Black with #B212C2

Text Example


Text Example

White with #B212C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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