Html Css Color HEX #B919CE Deep Magenta

📋 copy color: '#B919CE'

red 185 ◦ green 25 ◦ blue 206

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

Shades of Deep Magenta #B919CE

Tints of Deep Magenta #B919CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.52%

R = 44.47%
G = 6.01%
B = 49.52%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B919CE (or 0xB919CE) is known color: Deep Magenta. HEX triplet: B9, 19 and CE. RGB value is (185,25,206). Sum of RGB (Red+Green+Blue) = 185+25+206=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 25 (10.16% from 255 or 6.01% from 416); Blue value is 206 (80.86% from 255 or 49.52% from 416); Max value from RGB is 206 - color contains mainly: blue. Hex color #B919CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B919CE is #46E631. Grayscale: #5C5C5C. Windows color (decimal): -4646450 or 13507001. OLE color: 13507001.

HSL color Cylindrical-coordinate representation of color #B919CE: hue angle of 293.04º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B919CE is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 185 25 206 -
CMYK 0.10 0.88 0 0.19
HSL 293.04º 0.78% 0.45% -
HSV(B) 293.04º 0.88% 0.81% -
XYZ 31.5 15.47 59.72 -
YUV 93.47 191.51 193.28 -
System Red Green Blue C M Y K H S L
Decimal 185 25 206 0.10 0.88 0 0.19 293.04 0.78 0.45
Hex B9 19 CE A 58 0 13 125 4E 2D
Octal 271 31 316 12 130 0 23 445 116 55
Binary 10111001 11001 11001110 1010 1011000 0 10011 100100101 1001110 101101

Color Harmonies of #B919CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B919CE

Black with #B919CE

Text Example


Text Example

White with #B919CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B919CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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