Html Css Color HEX #B918CE Deep Magenta

📋 copy color: '#B918CE'

red 185 ◦ green 24 ◦ blue 206

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

Shades of Deep Magenta #B918CE

Tints of Deep Magenta #B918CE

RGB

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

 GREEN value IS 24 (9.77% from 255) = 5.78%

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

R = 44.58%
G = 5.78%
B = 49.64%

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

#B918CE (or 0xB918CE) is known color: Deep Magenta. HEX triplet: B9, 18 and CE. RGB value is (185,24,206). Sum of RGB (Red+Green+Blue) = 185+24+206=415 (54% of max value = 765). Red value is 185 (72.66% from 255 or 44.58% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #B918CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918CE is #46E731. Grayscale: #5C5C5C. Windows color (decimal): -4646706 or 13506745. OLE color: 13506745.

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

Color convert

RGB 185 24 206 -
CMYK 0.10 0.88 0 0.19
HSL 293.08º 0.79% 0.45% -
HSV(B) 293.08º 0.88% 0.81% -
XYZ 31.47 15.42 59.71 -
YUV 92.89 191.84 193.7 -
System Red Green Blue C M Y K H S L
Decimal 185 24 206 0.10 0.88 0 0.19 293.08 0.79 0.45
Hex B9 18 CE A 58 0 13 125 4F 2D
Octal 271 30 316 12 130 0 23 445 117 55
Binary 10111001 11000 11001110 1010 1011000 0 10011 100100101 1001111 101101

Color Harmonies of #B918CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918CE

Black with #B918CE

Text Example


Text Example

White with #B918CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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