Html Css Color HEX #BF18B0 Deep Magenta

📋 copy color: '#BF18B0'

red 191 ◦ green 24 ◦ blue 176

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

Shades of Deep Magenta #BF18B0

Tints of Deep Magenta #BF18B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.01%

R = 48.85%
G = 6.14%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#BF18B0 (or 0xBF18B0) is known color: Deep Magenta. HEX triplet: BF, 18 and B0. RGB value is (191,24,176). Sum of RGB (Red+Green+Blue) = 191+24+176=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 24 (9.77% from 255 or 6.14% from 391); Blue value is 176 (69.14% from 255 or 45.01% from 391); Max value from RGB is 191 - color contains mainly: red. Hex color #BF18B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BF18B0 is #40E74F. Grayscale: #5A5A5A. Windows color (decimal): -4253520 or 11540671. OLE color: 11540671.

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

Color convert

RGB 191 24 176 -
CMYK 0 0.87 0.08 0.25
HSL 305.39º 0.78% 0.42% -
HSV(B) 305.39º 0.87% 0.75% -
XYZ 29.65 14.86 42.38 -
YUV 91.26 175.83 199.14 -
System Red Green Blue C M Y K H S L
Decimal 191 24 176 0 0.87 0.08 0.25 305.39 0.78 0.42
Hex BF 18 B0 0 57 8 19 131 4E 2A
Octal 277 30 260 0 127 10 31 461 116 52
Binary 10111111 11000 10110000 0 1010111 1000 11001 100110001 1001110 101010

Color Harmonies of #BF18B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF18B0

Black with #BF18B0

Text Example


Text Example

White with #BF18B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF18B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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