Html Css Color HEX #BF00C8 Deep Magenta

📋 copy color: '#BF00C8'

red 191 ◦ green 0 ◦ blue 200

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

Shades of Deep Magenta #BF00C8

Tints of Deep Magenta #BF00C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 51.15%

R = 48.85%
G = 0%
B = 51.15%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF00C8 (or 0xBF00C8) is known color: Deep Magenta. HEX triplet: BF, 00 and C8. RGB value is (191,0,200). Sum of RGB (Red+Green+Blue) = 191+0+200=391 (51% of max value = 765). Red value is 191 (75% from 255 or 48.85% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 200 (78.52% from 255 or 51.15% from 391); Max value from RGB is 200 - color contains mainly: blue. Hex color #BF00C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF00C8 is #40FF37. Grayscale: #4F4F4F. Windows color (decimal): -4259640 or 13107391. OLE color: 13107391.

HSL color Cylindrical-coordinate representation of color #BF00C8: hue angle of 297.3º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BF00C8 is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 191 0 200 -
CMYK 0.04 1 0 0.22
HSL 297.3º 1% 0.39% -
HSV(B) 297.3º 1% 0.78% -
XYZ 31.91 15.25 55.9 -
YUV 79.91 195.78 207.24 -
System Red Green Blue C M Y K H S L
Decimal 191 0 200 0.04 1 0 0.22 297.3 1 0.39
Hex BF 0 C8 4 64 0 16 129 64 27
Octal 277 0 310 4 144 0 26 451 144 47
Binary 10111111 0 11001000 100 1100100 0 10110 100101001 1100100 100111

Color Harmonies of #BF00C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF00C8

Black with #BF00C8

Text Example


Text Example

White with #BF00C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF00C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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