Html Css Color HEX #B212BD Deep Magenta

📋 copy color: '#B212BD'

red 178 ◦ green 18 ◦ blue 189

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

Shades of Deep Magenta #B212BD

Tints of Deep Magenta #B212BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 49.09%

R = 46.23%
G = 4.68%
B = 49.09%

CMYK

 C value IS 0.06

 M value IS 0.90

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#B212BD (or 0xB212BD) is known color: Deep Magenta. HEX triplet: B2, 12 and BD. RGB value is (178,18,189). Sum of RGB (Red+Green+Blue) = 178+18+189=385 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.23% from 385); Green value is 18 (7.42% from 255 or 4.68% from 385); Blue value is 189 (74.22% from 255 or 49.09% from 385); Max value from RGB is 189 - color contains mainly: blue. Hex color #B212BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B212BD is #4DED42. Grayscale: #545454. Windows color (decimal): -5107011 or 12391090. OLE color: 12391090.

HSL color Cylindrical-coordinate representation of color #B212BD: hue angle of 296.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B212BD is Cyan = 0.06, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 18 189 -
CMYK 0.06 0.90 0 0.26
HSL 296.14º 0.83% 0.41% -
HSV(B) 296.14º 0.9% 0.74% -
XYZ 27.76 13.57 49.3 -
YUV 85.33 186.51 194.1 -
System Red Green Blue C M Y K H S L
Decimal 178 18 189 0.06 0.90 0 0.26 296.14 0.83 0.41
Hex B2 12 BD 6 5A 0 1A 128 53 29
Octal 262 22 275 6 132 0 32 450 123 51
Binary 10110010 10010 10111101 110 1011010 0 11010 100101000 1010011 101001

Color Harmonies of #B212BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B212BD

Black with #B212BD

Text Example


Text Example

White with #B212BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B212BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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