Html Css Color HEX #BF18BC Deep Magenta

📋 copy color: '#BF18BC'

red 191 ◦ green 24 ◦ blue 188

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

Shades of Deep Magenta #BF18BC

Tints of Deep Magenta #BF18BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 46.65%

R = 47.39%
G = 5.96%
B = 46.65%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#BF18BC (or 0xBF18BC) is known color: Deep Magenta. HEX triplet: BF, 18 and BC. RGB value is (191,24,188). Sum of RGB (Red+Green+Blue) = 191+24+188=403 (53% of max value = 765). Red value is 191 (75% from 255 or 47.39% from 403); Green value is 24 (9.77% from 255 or 5.96% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF18BC is #40E743. Grayscale: #5C5C5C. Windows color (decimal): -4253508 or 12327103. OLE color: 12327103.

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

Color convert

RGB 191 24 188 -
CMYK 0 0.87 0.02 0.25
HSL 301.08º 0.78% 0.42% -
HSV(B) 301.08º 0.87% 0.75% -
XYZ 30.89 15.36 48.91 -
YUV 92.63 181.83 198.16 -
System Red Green Blue C M Y K H S L
Decimal 191 24 188 0 0.87 0.02 0.25 301.08 0.78 0.42
Hex BF 18 BC 0 57 2 19 12D 4E 2A
Octal 277 30 274 0 127 2 31 455 116 52
Binary 10111111 11000 10111100 0 1010111 10 11001 100101101 1001110 101010

Color Harmonies of #BF18BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18BC

Black with #BF18BC

Text Example


Text Example

White with #BF18BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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