Html Css Color HEX #BF18DC Deep Magenta

📋 copy color: '#BF18DC'

red 191 ◦ green 24 ◦ blue 220

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

Shades of Deep Magenta #BF18DC

Tints of Deep Magenta #BF18DC

RGB

 RED value IS 191 (75% from 255) = 43.91%

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

 BLUE value IS 220 (86.33% from 255) = 50.57%

R = 43.91%
G = 5.52%
B = 50.57%

CMYK

 C value IS 0.13

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF18DC (or 0xBF18DC) is known color: Deep Magenta. HEX triplet: BF, 18 and DC. RGB value is (191,24,220). Sum of RGB (Red+Green+Blue) = 191+24+220=435 (57% of max value = 765). Red value is 191 (75% from 255 or 43.91% from 435); Green value is 24 (9.77% from 255 or 5.52% from 435); Blue value is 220 (86.33% from 255 or 50.57% from 435); Max value from RGB is 220 - color contains mainly: blue. Hex color #BF18DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18DC is #40E723. Grayscale: #5F5F5F. Windows color (decimal): -4253476 or 14424255. OLE color: 14424255.

HSL color Cylindrical-coordinate representation of color #BF18DC: hue angle of 291.12º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF18DC is Cyan = 0.13, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 24 220 -
CMYK 0.13 0.89 0 0.14
HSL 291.12º 0.8% 0.48% -
HSV(B) 291.12º 0.89% 0.86% -
XYZ 34.73 16.9 69.14 -
YUV 96.28 197.83 195.56 -
System Red Green Blue C M Y K H S L
Decimal 191 24 220 0.13 0.89 0 0.14 291.12 0.8 0.48
Hex BF 18 DC D 59 0 E 123 50 30
Octal 277 30 334 15 131 0 16 443 120 60
Binary 10111111 11000 11011100 1101 1011001 0 1110 100100011 1010000 110000

Color Harmonies of #BF18DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18DC

Black with #BF18DC

Text Example


Text Example

White with #BF18DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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