Html Css Color HEX #B918BE Deep Magenta

📋 copy color: '#B918BE'

red 185 ◦ green 24 ◦ blue 190

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

Shades of Deep Magenta #B918BE

Tints of Deep Magenta #B918BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 47.62%

R = 46.37%
G = 6.02%
B = 47.62%

CMYK

 C value IS 0.03

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#B918BE (or 0xB918BE) is known color: Deep Magenta. HEX triplet: B9, 18 and BE. RGB value is (185,24,190). Sum of RGB (Red+Green+Blue) = 185+24+190=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 24 (9.77% from 255 or 6.02% from 399); Blue value is 190 (74.61% from 255 or 47.62% from 399); Max value from RGB is 190 - color contains mainly: blue. Hex color #B918BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918BE is #46E741. Grayscale: #5A5A5A. Windows color (decimal): -4646722 or 12458169. OLE color: 12458169.

HSL color Cylindrical-coordinate representation of color #B918BE: hue angle of 298.19º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B918BE is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 24 190 -
CMYK 0.03 0.87 0 0.25
HSL 298.19º 0.78% 0.42% -
HSV(B) 298.19º 0.87% 0.75% -
XYZ 29.63 14.69 49.99 -
YUV 91.06 183.84 195 -
System Red Green Blue C M Y K H S L
Decimal 185 24 190 0.03 0.87 0 0.25 298.19 0.78 0.42
Hex B9 18 BE 3 57 0 19 12A 4E 2A
Octal 271 30 276 3 127 0 31 452 116 52
Binary 10111001 11000 10111110 11 1010111 0 11001 100101010 1001110 101010

Color Harmonies of #B918BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B918BE

Black with #B918BE

Text Example


Text Example

White with #B918BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B918BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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