Html Css Color HEX #B212CD Deep Magenta

📋 copy color: '#B212CD'

red 178 ◦ green 18 ◦ blue 205

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

Shades of Deep Magenta #B212CD

Tints of Deep Magenta #B212CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 44.39%
G = 4.49%
B = 51.12%

CMYK

 C value IS 0.13

 M value IS 0.91

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B212CD (or 0xB212CD) is known color: Deep Magenta. HEX triplet: B2, 12 and CD. RGB value is (178,18,205). Sum of RGB (Red+Green+Blue) = 178+18+205=401 (53% of max value = 765). Red value is 178 (69.92% from 255 or 44.39% from 401); Green value is 18 (7.42% from 255 or 4.49% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #B212CD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212CD is #4DED32. Grayscale: #565656. Windows color (decimal): -5106995 or 13439666. OLE color: 13439666.

HSL color Cylindrical-coordinate representation of color #B212CD: hue angle of 291.34º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B212CD is Cyan = 0.13, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 18 205 -
CMYK 0.13 0.91 0 0.20
HSL 291.34º 0.84% 0.44% -
HSV(B) 291.34º 0.91% 0.8% -
XYZ 29.6 14.31 58.96 -
YUV 87.16 194.51 192.79 -
System Red Green Blue C M Y K H S L
Decimal 178 18 205 0.13 0.91 0 0.20 291.34 0.84 0.44
Hex B2 12 CD D 5B 0 14 123 54 2C
Octal 262 22 315 15 133 0 24 443 124 54
Binary 10110010 10010 11001101 1101 1011011 0 10100 100100011 1010100 101100

Color Harmonies of #B212CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212CD

Black with #B212CD

Text Example


Text Example

White with #B212CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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