#B818CF

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

Shades of Deep Magenta #B818CF

Tints of Deep Magenta #B818CF

Color information

#B818CF (or 0xB818CF) is unknown color: approx Deep Magenta. HEX triplet: B8, 18 and CF. RGB value is (184,24,207). Sum of RGB (Red+Green+Blue) = 184+24+207=415 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.34% from 415); Green value is 24 (9.77% from 255 or 5.78% from 415); Blue value is 207 (81.25% from 255 or 49.88% from 415); Max value from RGB is 207 - color contains mainly: blue. Hex color #B818CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B818CF is #47E730. Grayscale: #5C5C5C. Windows color (decimal): -4712241 or 13572280. OLE color: 13572280.

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

Color convert

RGB18424207-
CMYK0.110.8800.19
HSL292.46º79.22%45.29%-
HSV(B)292.46º88.41%81.18%-
XYZ31.3615.3560.34-
YUV92.7192.51193.12-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 44.34%
GREEN value IS 24 (9.77% from 255) = 5.78%
BLUE value IS 207 (81.25% from 255) = 49.88%
R=44.34%
G=5.78%
B=49.88%

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
Decimal184242070.110.8800.19292.4679.2245.29
HexB818CFB580131244f2d
Octal270303171313002344411755
Binary101110001100011001111101110110000100111001001001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B818CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B818CF; }

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

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

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

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

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

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

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

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