Html Css Color HEX #B219CA Deep Magenta

📋 copy color: '#B219CA'

red 178 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #B219CA

Tints of Deep Magenta #B219CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.88%

R = 43.95%
G = 6.17%
B = 49.88%

CMYK

 C value IS 0.12

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B219CA (or 0xB219CA) is known color: Deep Magenta. HEX triplet: B2, 19 and CA. RGB value is (178,25,202). Sum of RGB (Red+Green+Blue) = 178+25+202=405 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.95% from 405); Green value is 25 (10.16% from 255 or 6.17% from 405); Blue value is 202 (79.30% from 255 or 49.88% from 405); Max value from RGB is 202 - color contains mainly: blue. Hex color #B219CA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #B219CA is #4DE635. Grayscale: #5A5A5A. Windows color (decimal): -5105206 or 13244850. OLE color: 13244850.

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

Color convert

RGB 178 25 202 -
CMYK 0.12 0.88 0 0.21
HSL 291.86º 0.78% 0.45% -
HSV(B) 291.86º 0.88% 0.79% -
XYZ 29.37 14.42 57.11 -
YUV 90.93 190.69 190.11 -
System Red Green Blue C M Y K H S L
Decimal 178 25 202 0.12 0.88 0 0.21 291.86 0.78 0.45
Hex B2 19 CA C 58 0 15 124 4E 2D
Octal 262 31 312 14 130 0 25 444 116 55
Binary 10110010 11001 11001010 1100 1011000 0 10101 100100100 1001110 101101

Color Harmonies of #B219CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B219CA

Black with #B219CA

Text Example


Text Example

White with #B219CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B219CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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