Html Css Color HEX #B219CC Deep Magenta

📋 copy color: '#B219CC'

red 178 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #B219CC

Tints of Deep Magenta #B219CC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 6.14%

 BLUE value IS 204 (80.08% from 255) = 50.12%

R = 43.73%
G = 6.14%
B = 50.12%

CMYK

 C value IS 0.13

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B219CC (or 0xB219CC) is known color: Deep Magenta. HEX triplet: B2, 19 and CC. RGB value is (178,25,204). Sum of RGB (Red+Green+Blue) = 178+25+204=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 25 (10.16% from 255 or 6.14% from 407); Blue value is 204 (80.08% from 255 or 50.12% from 407); Max value from RGB is 204 - color contains mainly: blue. Hex color #B219CC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219CC is #4DE633. Grayscale: #5A5A5A. Windows color (decimal): -5105204 or 13375922. OLE color: 13375922.

HSL color Cylindrical-coordinate representation of color #B219CC: hue angle of 291.28º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B219CC is Cyan = 0.13, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 178 25 204 -
CMYK 0.13 0.88 0 0.2
HSL 291.28º 0.78% 0.45% -
HSV(B) 291.28º 0.88% 0.8% -
XYZ 29.61 14.52 58.37 -
YUV 91.15 191.69 189.95 -
System Red Green Blue C M Y K H S L
Decimal 178 25 204 0.13 0.88 0 0.2 291.28 0.78 0.45
Hex B2 19 CC D 58 0 14 123 4E 2D
Octal 262 31 314 15 130 0 24 443 116 55
Binary 10110010 11001 11001100 1101 1011000 0 10100 100100011 1001110 101101

Color Harmonies of #B219CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219CC

Black with #B219CC

Text Example


Text Example

White with #B219CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219CC; }

 p { color: rgb(178,25,204); }

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

background-color css

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

 a { background-color: rgb(178,25,204); }

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

border-color css

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

 span { border-color: rgb(178,25,204); }

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