Html Css Color HEX #BF18BA Deep Magenta

📋 copy color: '#BF18BA'

red 191 ◦ green 24 ◦ blue 186

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

Shades of Deep Magenta #BF18BA

Tints of Deep Magenta #BF18BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.38%

R = 47.63%
G = 5.99%
B = 46.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#BF18BA (or 0xBF18BA) is known color: Deep Magenta. HEX triplet: BF, 18 and BA. RGB value is (191,24,186). Sum of RGB (Red+Green+Blue) = 191+24+186=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 24 (9.77% from 255 or 5.99% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18BA is #40E745. Grayscale: #5B5B5B. Windows color (decimal): -4253510 or 12196031. OLE color: 12196031.

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

Color convert

RGB 191 24 186 -
CMYK 0 0.87 0.03 0.25
HSL 301.8º 0.78% 0.42% -
HSV(B) 301.8º 0.87% 0.75% -
XYZ 30.68 15.27 47.79 -
YUV 92.4 180.83 198.33 -
System Red Green Blue C M Y K H S L
Decimal 191 24 186 0 0.87 0.03 0.25 301.8 0.78 0.42
Hex BF 18 BA 0 57 3 19 12E 4E 2A
Octal 277 30 272 0 127 3 31 456 116 52
Binary 10111111 11000 10111010 0 1010111 11 11001 100101110 1001110 101010

Color Harmonies of #BF18BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18BA

Black with #BF18BA

Text Example


Text Example

White with #BF18BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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