Html Css Color HEX #B819CC Deep Magenta

📋 copy color: '#B819CC'

red 184 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #B819CC

Tints of Deep Magenta #B819CC

RGB

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

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

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

R = 44.55%
G = 6.05%
B = 49.39%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B819CC (or 0xB819CC) is known color: Deep Magenta. HEX triplet: B8, 19 and CC. RGB value is (184,25,204). Sum of RGB (Red+Green+Blue) = 184+25+204=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 25 (10.16% from 255 or 6.05% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #B819CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819CC is #47E633. Grayscale: #5C5C5C. Windows color (decimal): -4711988 or 13375928. OLE color: 13375928.

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

Color convert

RGB 184 25 204 -
CMYK 0.10 0.88 0 0.2
HSL 293.3º 0.78% 0.45% -
HSV(B) 293.3º 0.88% 0.8% -
XYZ 31.01 15.25 58.43 -
YUV 92.95 190.68 192.95 -
System Red Green Blue C M Y K H S L
Decimal 184 25 204 0.10 0.88 0 0.2 293.3 0.78 0.45
Hex B8 19 CC A 58 0 14 125 4E 2D
Octal 270 31 314 12 130 0 24 445 116 55
Binary 10111000 11001 11001100 1010 1011000 0 10100 100100101 1001110 101101

Color Harmonies of #B819CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819CC

Black with #B819CC

Text Example


Text Example

White with #B819CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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