Html Css Color HEX #B214A9 Deep Magenta

📋 copy color: '#B214A9'

red 178 ◦ green 20 ◦ blue 169

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

Shades of Deep Magenta #B214A9

Tints of Deep Magenta #B214A9

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.45%

 BLUE value IS 169 (66.41% from 255) = 46.05%

R = 48.5%
G = 5.45%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.05

 K value IS 0.30

RGB Variations

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

Color information

#B214A9 (or 0xB214A9) is known color: Deep Magenta. HEX triplet: B2, 14 and A9. RGB value is (178,20,169). Sum of RGB (Red+Green+Blue) = 178+20+169=367 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.50% from 367); Green value is 20 (8.20% from 255 or 5.45% from 367); Blue value is 169 (66.41% from 255 or 46.05% from 367); Max value from RGB is 178 - color contains mainly: red. Hex color #B214A9 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B214A9 is #4DEB56. Grayscale: #535353. Windows color (decimal): -5106519 or 11080882. OLE color: 11080882.

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

Color convert

RGB 178 20 169 -
CMYK 0 0.89 0.05 0.30
HSL 303.42º 0.8% 0.39% -
HSV(B) 303.42º 0.89% 0.7% -
XYZ 25.77 12.83 38.65 -
YUV 84.23 175.85 194.88 -
System Red Green Blue C M Y K H S L
Decimal 178 20 169 0 0.89 0.05 0.30 303.42 0.8 0.39
Hex B2 14 A9 0 59 5 1E 12F 50 27
Octal 262 24 251 0 131 5 36 457 120 47
Binary 10110010 10100 10101001 0 1011001 101 11110 100101111 1010000 100111

Color Harmonies of #B214A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B214A9

Black with #B214A9

Text Example


Text Example

White with #B214A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B214A9; }

 p { color: rgb(178,20,169); }

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

background-color css

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

 a { background-color: rgb(178,20,169); }

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

border-color css

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

 span { border-color: rgb(178,20,169); }

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