Html Css Color HEX #BF0FCE Deep Magenta

📋 copy color: '#BF0FCE'

red 191 ◦ green 15 ◦ blue 206

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

Shades of Deep Magenta #BF0FCE

Tints of Deep Magenta #BF0FCE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.64%

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

R = 46.36%
G = 3.64%
B = 50%

CMYK

 C value IS 0.07

 M value IS 0.93

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF0FCE (or 0xBF0FCE) is known color: Deep Magenta. HEX triplet: BF, 0F and CE. RGB value is (191,15,206). Sum of RGB (Red+Green+Blue) = 191+15+206=412 (54% of max value = 765). Red value is 191 (75% from 255 or 46.36% from 412); Green value is 15 (6.25% from 255 or 3.64% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF0FCE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF0FCE is #40F031. Grayscale: #585858. Windows color (decimal): -4255794 or 13504447. OLE color: 13504447.

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

Color convert

RGB 191 15 206 -
CMYK 0.07 0.93 0 0.19
HSL 295.29º 0.86% 0.43% -
HSV(B) 295.29º 0.93% 0.81% -
XYZ 32.8 15.87 59.73 -
YUV 89.4 193.81 200.47 -
System Red Green Blue C M Y K H S L
Decimal 191 15 206 0.07 0.93 0 0.19 295.29 0.86 0.43
Hex BF F CE 7 5D 0 13 127 56 2B
Octal 277 17 316 7 135 0 23 447 126 53
Binary 10111111 1111 11001110 111 1011101 0 10011 100100111 1010110 101011

Color Harmonies of #BF0FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FCE

Black with #BF0FCE

Text Example


Text Example

White with #BF0FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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