#BF18B4

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

Shades of Deep Magenta #BF18B4

Tints of Deep Magenta #BF18B4

Color information

#BF18B4 (or 0xBF18B4) is unknown color: approx Deep Magenta. HEX triplet: BF, 18 and B4. RGB value is (191,24,180). Sum of RGB (Red+Green+Blue) = 191+24+180=395 (52% of max value = 765). Red value is 191 (75% from 255 or 48.35% from 395); Green value is 24 (9.77% from 255 or 6.08% from 395); Blue value is 180 (70.70% from 255 or 45.57% from 395); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18B4 is #40E74B. Grayscale: #5B5B5B. Windows color (decimal): -4253516 or 11802815. OLE color: 11802815.

HSL color Cylindrical-coordinate representation of color #BF18B4: hue angle of 303.95º 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 #BF18B4 is Cyan = 0, Magento = 0.87, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB19124180-
CMYK00.870.060.25
HSL303.95º77.67%42.16%-
HSV(B)303.95º87.43%74.9%-
XYZ30.0515.0244.5-
YUV91.72177.83198.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 48.35%
GREEN value IS 24 (9.77% from 255) = 6.08%
BLUE value IS 180 (70.70% from 255) = 45.57%
R=48.35%
G=6.08%
B=45.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1912418000.870.060.25303.9577.6742.16
HexBF18B40576191304e2a
Octal27730264012763146011652
Binary10111111110001011010001010111110110011001100001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF18B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF18B4; }

 p { color: rgb(191,24,180); }

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

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

 a { background-color: rgb(191,24,180); }

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

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

 span { border-color: rgb(191,24,180); }

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