Html Css Color HEX #BF00CE Deep Magenta

📋 copy color: '#BF00CE'

red 191 ◦ green 0 ◦ blue 206

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

Shades of Deep Magenta #BF00CE

Tints of Deep Magenta #BF00CE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 48.11%
G = 0%
B = 51.89%

CMYK

 C value IS 0.07

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF00CE (or 0xBF00CE) is known color: Deep Magenta. HEX triplet: BF, 00 and CE. RGB value is (191,0,206). Sum of RGB (Red+Green+Blue) = 191+0+206=397 (52% of max value = 765). Red value is 191 (75% from 255 or 48.11% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #BF00CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00CE is #40FF31. Grayscale: #4F4F4F. Windows color (decimal): -4259634 or 13500607. OLE color: 13500607.

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

Color convert

RGB 191 0 206 -
CMYK 0.07 1 0 0.19
HSL 295.63º 1% 0.4% -
HSV(B) 295.63º 1% 0.81% -
XYZ 32.63 15.53 59.67 -
YUV 80.59 198.78 206.75 -
System Red Green Blue C M Y K H S L
Decimal 191 0 206 0.07 1 0 0.19 295.63 1 0.4
Hex BF 0 CE 7 64 0 13 128 64 28
Octal 277 0 316 7 144 0 23 450 144 50
Binary 10111111 0 11001110 111 1100100 0 10011 100101000 1100100 101000

Color Harmonies of #BF00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00CE

Black with #BF00CE

Text Example


Text Example

White with #BF00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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