Html Css Color HEX #BF18BF Deep Magenta

📋 copy color: '#BF18BF'

red 191 ◦ green 24 ◦ blue 191

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

Shades of Deep Magenta #BF18BF

Tints of Deep Magenta #BF18BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 47.04%

R = 47.04%
G = 5.91%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#BF18BF (or 0xBF18BF) is known color: Deep Magenta. HEX triplet: BF, 18 and BF. RGB value is (191,24,191). Sum of RGB (Red+Green+Blue) = 191+24+191=406 (53% of max value = 765). Red value is 191 (75% from 255 or 47.04% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 191 (75% from 255 or 47.04% from 406); Max value from RGB is 191 - color contains mainly: red, blue. Hex color #BF18BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18BF is #40E740. Grayscale: #5C5C5C. Windows color (decimal): -4253505 or 12523711. OLE color: 12523711.

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

Color convert

RGB 191 24 191 -
CMYK 0 0.87 0 0.25
HSL 300º 0.78% 0.42% -
HSV(B) 300º 0.87% 0.75% -
XYZ 31.22 15.49 50.64 -
YUV 92.97 183.33 197.92 -
System Red Green Blue C M Y K H S L
Decimal 191 24 191 0 0.87 0 0.25 300 0.78 0.42
Hex BF 18 BF 0 57 0 19 12C 4E 2A
Octal 277 30 277 0 127 0 31 454 116 52
Binary 10111111 11000 10111111 0 1010111 0 11001 100101100 1001110 101010

Color Harmonies of #BF18BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18BF

Black with #BF18BF

Text Example


Text Example

White with #BF18BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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