Html Css Color HEX #BF15CE Deep Magenta

📋 copy color: '#BF15CE'

red 191 ◦ green 21 ◦ blue 206

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

Shades of Deep Magenta #BF15CE

Tints of Deep Magenta #BF15CE

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.02%

 BLUE value IS 206 (80.86% from 255) = 49.28%

R = 45.69%
G = 5.02%
B = 49.28%

CMYK

 C value IS 0.07

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF15CE (or 0xBF15CE) is known color: Deep Magenta. HEX triplet: BF, 15 and CE. RGB value is (191,21,206). Sum of RGB (Red+Green+Blue) = 191+21+206=418 (55% of max value = 765). Red value is 191 (75% from 255 or 45.69% from 418); Green value is 21 (8.59% from 255 or 5.02% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF15CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15CE is #40EA31. Grayscale: #5C5C5C. Windows color (decimal): -4254258 or 13505983. OLE color: 13505983.

HSL color Cylindrical-coordinate representation of color #BF15CE: hue angle of 295.14º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BF15CE is Cyan = 0.07, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 21 206 -
CMYK 0.07 0.90 0 0.19
HSL 295.14º 0.81% 0.45% -
HSV(B) 295.14º 0.9% 0.81% -
XYZ 32.89 16.07 59.76 -
YUV 92.92 191.82 197.96 -
System Red Green Blue C M Y K H S L
Decimal 191 21 206 0.07 0.90 0 0.19 295.14 0.81 0.45
Hex BF 15 CE 7 5A 0 13 127 51 2D
Octal 277 25 316 7 132 0 23 447 121 55
Binary 10111111 10101 11001110 111 1011010 0 10011 100100111 1010001 101101

Color Harmonies of #BF15CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15CE

Black with #BF15CE

Text Example


Text Example

White with #BF15CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15CE; }

 p { color: rgb(191,21,206); }

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

background-color css

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

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

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

border-color css

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

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

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