Html Css Color HEX #BF15CF Deep Magenta

📋 copy color: '#BF15CF'

red 191 ◦ green 21 ◦ blue 207

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

Shades of Deep Magenta #BF15CF

Tints of Deep Magenta #BF15CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 49.4%

R = 45.58%
G = 5.01%
B = 49.4%

CMYK

 C value IS 0.08

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF15CF (or 0xBF15CF) is known color: Deep Magenta. HEX triplet: BF, 15 and CF. RGB value is (191,21,207). Sum of RGB (Red+Green+Blue) = 191+21+207=419 (55% of max value = 765). Red value is 191 (75% from 255 or 45.58% from 419); Green value is 21 (8.59% from 255 or 5.01% from 419); Blue value is 207 (81.25% from 255 or 49.40% from 419); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF15CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF15CF is #40EA30. Grayscale: #5C5C5C. Windows color (decimal): -4254257 or 13571519. OLE color: 13571519.

HSL color Cylindrical-coordinate representation of color #BF15CF: hue angle of 294.84º degrees, saturation: 0.82, 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 #BF15CF is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 191 21 207 -
CMYK 0.08 0.90 0 0.19
HSL 294.84º 0.82% 0.45% -
HSV(B) 294.84º 0.9% 0.81% -
XYZ 33.02 16.12 60.4 -
YUV 93.03 192.32 197.88 -
System Red Green Blue C M Y K H S L
Decimal 191 21 207 0.08 0.90 0 0.19 294.84 0.82 0.45
Hex BF 15 CF 8 5A 0 13 127 52 2D
Octal 277 25 317 10 132 0 23 447 122 55
Binary 10111111 10101 11001111 1000 1011010 0 10011 100100111 1010010 101101

Color Harmonies of #BF15CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF15CF

Black with #BF15CF

Text Example


Text Example

White with #BF15CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF15CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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