Html Css Color HEX #B919CD Deep Magenta

📋 copy color: '#B919CD'

red 185 ◦ green 25 ◦ blue 205

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

Shades of Deep Magenta #B919CD

Tints of Deep Magenta #B919CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.4%

R = 44.58%
G = 6.02%
B = 49.4%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B919CD (or 0xB919CD) is known color: Deep Magenta. HEX triplet: B9, 19 and CD. RGB value is (185,25,205). Sum of RGB (Red+Green+Blue) = 185+25+205=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 25 (10.16% from 255 or 6.02% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #B919CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919CD is #46E632. Grayscale: #5C5C5C. Windows color (decimal): -4646451 or 13441465. OLE color: 13441465.

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

Color convert

RGB 185 25 205 -
CMYK 0.10 0.88 0 0.20
HSL 293.33º 0.78% 0.45% -
HSV(B) 293.33º 0.88% 0.8% -
XYZ 31.37 15.42 59.08 -
YUV 93.36 191.01 193.36 -
System Red Green Blue C M Y K H S L
Decimal 185 25 205 0.10 0.88 0 0.20 293.33 0.78 0.45
Hex B9 19 CD A 58 0 14 125 4E 2D
Octal 271 31 315 12 130 0 24 445 116 55
Binary 10111001 11001 11001101 1010 1011000 0 10100 100100101 1001110 101101

Color Harmonies of #B919CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919CD

Black with #B919CD

Text Example


Text Example

White with #B919CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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