Html Css Color HEX #B918C9 Deep Magenta

📋 copy color: '#B918C9'

red 185 ◦ green 24 ◦ blue 201

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

Shades of Deep Magenta #B918C9

Tints of Deep Magenta #B918C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 49.02%

R = 45.12%
G = 5.85%
B = 49.02%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#B918C9 (or 0xB918C9) is known color: Deep Magenta. HEX triplet: B9, 18 and C9. RGB value is (185,24,201). Sum of RGB (Red+Green+Blue) = 185+24+201=410 (54% of max value = 765). Red value is 185 (72.66% from 255 or 45.12% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #B918C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918C9 is #46E736. Grayscale: #5B5B5B. Windows color (decimal): -4646711 or 13179065. OLE color: 13179065.

HSL color Cylindrical-coordinate representation of color #B918C9: hue angle of 294.58º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B918C9 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 185 24 201 -
CMYK 0.08 0.88 0 0.21
HSL 294.58º 0.79% 0.44% -
HSV(B) 294.58º 0.88% 0.79% -
XYZ 30.88 15.18 56.56 -
YUV 92.32 189.34 194.11 -
System Red Green Blue C M Y K H S L
Decimal 185 24 201 0.08 0.88 0 0.21 294.58 0.79 0.44
Hex B9 18 C9 8 58 0 15 127 4F 2C
Octal 271 30 311 10 130 0 25 447 117 54
Binary 10111001 11000 11001001 1000 1011000 0 10101 100100111 1001111 101100

Color Harmonies of #B918C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918C9

Black with #B918C9

Text Example


Text Example

White with #B918C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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