Html Css Color HEX #B819CB Deep Magenta

📋 copy color: '#B819CB'

red 184 ◦ green 25 ◦ blue 203

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

Shades of Deep Magenta #B819CB

Tints of Deep Magenta #B819CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.27%

R = 44.66%
G = 6.07%
B = 49.27%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B819CB (or 0xB819CB) is known color: Deep Magenta. HEX triplet: B8, 19 and CB. RGB value is (184,25,203). Sum of RGB (Red+Green+Blue) = 184+25+203=412 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.66% from 412); Green value is 25 (10.16% from 255 or 6.07% from 412); Blue value is 203 (79.69% from 255 or 49.27% from 412); Max value from RGB is 203 - color contains mainly: blue. Hex color #B819CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B819CB is #47E634. Grayscale: #5C5C5C. Windows color (decimal): -4711989 or 13310392. OLE color: 13310392.

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

Color convert

RGB 184 25 203 -
CMYK 0.09 0.88 0 0.20
HSL 293.6º 0.78% 0.45% -
HSV(B) 293.6º 0.88% 0.8% -
XYZ 30.89 15.2 57.81 -
YUV 92.83 190.18 193.03 -
System Red Green Blue C M Y K H S L
Decimal 184 25 203 0.09 0.88 0 0.20 293.6 0.78 0.45
Hex B8 19 CB 9 58 0 14 126 4E 2D
Octal 270 31 313 11 130 0 24 446 116 55
Binary 10111000 11001 11001011 1001 1011000 0 10100 100100110 1001110 101101

Color Harmonies of #B819CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B819CB

Black with #B819CB

Text Example


Text Example

White with #B819CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B819CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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