Html Css Color HEX #BF04CE Deep Magenta

📋 copy color: '#BF04CE'

red 191 ◦ green 4 ◦ blue 206

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

Shades of Deep Magenta #BF04CE

Tints of Deep Magenta #BF04CE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1%

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

R = 47.63%
G = 1%
B = 51.37%

CMYK

 C value IS 0.07

 M value IS 0.98

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF04CE (or 0xBF04CE) is known color: Deep Magenta. HEX triplet: BF, 04 and CE. RGB value is (191,4,206). Sum of RGB (Red+Green+Blue) = 191+4+206=401 (53% of max value = 765). Red value is 191 (75% from 255 or 47.63% from 401); Green value is 4 (1.95% from 255 or 1.00% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF04CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF04CE is #40FB31. Grayscale: #525252. Windows color (decimal): -4258610 or 13501631. OLE color: 13501631.

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

Color convert

RGB 191 4 206 -
CMYK 0.07 0.98 0 0.19
HSL 295.54º 0.96% 0.41% -
HSV(B) 295.54º 0.98% 0.81% -
XYZ 32.67 15.62 59.69 -
YUV 82.94 197.45 205.07 -
System Red Green Blue C M Y K H S L
Decimal 191 4 206 0.07 0.98 0 0.19 295.54 0.96 0.41
Hex BF 4 CE 7 62 0 13 128 60 29
Octal 277 4 316 7 142 0 23 450 140 51
Binary 10111111 100 11001110 111 1100010 0 10011 100101000 1100000 101001

Color Harmonies of #BF04CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF04CE

Black with #BF04CE

Text Example


Text Example

White with #BF04CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF04CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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