Html Css Color HEX #B919CC Deep Magenta

📋 copy color: '#B919CC'

red 185 ◦ green 25 ◦ blue 204

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

Shades of Deep Magenta #B919CC

Tints of Deep Magenta #B919CC

RGB

 RED value IS 185 (72.66% from 255) = 44.69%

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

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

R = 44.69%
G = 6.04%
B = 49.28%

CMYK

 C value IS 0.09

 M value IS 0.88

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B919CC (or 0xB919CC) is known color: Deep Magenta. HEX triplet: B9, 19 and CC. RGB value is (185,25,204). Sum of RGB (Red+Green+Blue) = 185+25+204=414 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.69% from 414); Green value is 25 (10.16% from 255 or 6.04% from 414); Blue value is 204 (80.08% from 255 or 49.28% from 414); Max value from RGB is 204 - color contains mainly: blue. Hex color #B919CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919CC is #46E633. Grayscale: #5C5C5C. Windows color (decimal): -4646452 or 13375929. OLE color: 13375929.

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

Color convert

RGB 185 25 204 -
CMYK 0.09 0.88 0 0.2
HSL 293.63º 0.78% 0.45% -
HSV(B) 293.63º 0.88% 0.8% -
XYZ 31.25 15.37 58.45 -
YUV 93.25 190.51 193.45 -
System Red Green Blue C M Y K H S L
Decimal 185 25 204 0.09 0.88 0 0.2 293.63 0.78 0.45
Hex B9 19 CC 9 58 0 14 126 4E 2D
Octal 271 31 314 11 130 0 24 446 116 55
Binary 10111001 11001 11001100 1001 1011000 0 10100 100100110 1001110 101101

Color Harmonies of #B919CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919CC

Black with #B919CC

Text Example


Text Example

White with #B919CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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