#B918CF

Color #B918CF Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #B918CF

Tints of Deep Magenta #B918CF

Color information

#B918CF (or 0xB918CF) is unknown color: approx Deep Magenta. HEX triplet: B9, 18 and CF. RGB value is (185,24,207). Sum of RGB (Red+Green+Blue) = 185+24+207=416 (55% of max value = 765). Red value is 185 (72.66% from 255 or 44.47% from 416); Green value is 24 (9.77% from 255 or 5.77% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #B918CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B918CF is #46E730. Grayscale: #5C5C5C. Windows color (decimal): -4646705 or 13572281. OLE color: 13572281.

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

Color convert

RGB18524207-
CMYK0.110.8800.19
HSL292.79º79.22%45.29%-
HSV(B)292.79º88.41%81.18%-
XYZ31.615.4760.35-
YUV93192.34193.62-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 44.47%
GREEN value IS 24 (9.77% from 255) = 5.77%
BLUE value IS 207 (81.25% from 255) = 49.76%
R=44.47%
G=5.77%
B=49.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal185242070.110.8800.19292.7979.2245.29
HexB918CFB580131254f2d
Octal271303171313002344511755
Binary101110011100011001111101110110000100111001001011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B918CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B918CF; }

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

 H1.HeaderClassName
 {
   color: #B918CF;
 }
 .AnyTagClassName
 {
   color: #B918CF;
 }
</style>
background-color css

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

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

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

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

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

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