Html Css Color HEX #B819CA Deep Magenta

📋 copy color: '#B819CA'

red 184 ◦ green 25 ◦ blue 202

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

Shades of Deep Magenta #B819CA

Tints of Deep Magenta #B819CA

RGB

 RED value IS 184 (72.27% from 255) = 44.77%

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

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

R = 44.77%
G = 6.08%
B = 49.15%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B819CA (or 0xB819CA) is known color: Deep Magenta. HEX triplet: B8, 19 and CA. RGB value is (184,25,202). Sum of RGB (Red+Green+Blue) = 184+25+202=411 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.77% from 411); Green value is 25 (10.16% from 255 or 6.08% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #B819CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819CA is #47E635. Grayscale: #5C5C5C. Windows color (decimal): -4711990 or 13244856. OLE color: 13244856.

HSL color Cylindrical-coordinate representation of color #B819CA: hue angle of 293.9º 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 #B819CA is Cyan = 0.09, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 184 25 202 -
CMYK 0.09 0.88 0 0.21
HSL 293.9º 0.78% 0.45% -
HSV(B) 293.9º 0.88% 0.79% -
XYZ 30.78 15.15 57.18 -
YUV 92.72 189.68 193.11 -
System Red Green Blue C M Y K H S L
Decimal 184 25 202 0.09 0.88 0 0.21 293.9 0.78 0.45
Hex B8 19 CA 9 58 0 15 126 4E 2D
Octal 270 31 312 11 130 0 25 446 116 55
Binary 10111000 11001 11001010 1001 1011000 0 10101 100100110 1001110 101101

Color Harmonies of #B819CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819CA

Black with #B819CA

Text Example


Text Example

White with #B819CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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