Html Css Color HEX #BF08C7 Deep Magenta

📋 copy color: '#BF08C7'

red 191 ◦ green 8 ◦ blue 199

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

Shades of Deep Magenta #BF08C7

Tints of Deep Magenta #BF08C7

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.01%

 BLUE value IS 199 (78.13% from 255) = 50%

R = 47.99%
G = 2.01%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#BF08C7 (or 0xBF08C7) is known color: Deep Magenta. HEX triplet: BF, 08 and C7. RGB value is (191,8,199). Sum of RGB (Red+Green+Blue) = 191+8+199=398 (52% of max value = 765). Red value is 191 (75% from 255 or 47.99% from 398); Green value is 8 (3.52% from 255 or 2.01% from 398); Blue value is 199 (78.12% from 255 or 50% from 398); Max value from RGB is 199 - color contains mainly: blue. Hex color #BF08C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08C7 is #40F738. Grayscale: #535353. Windows color (decimal): -4257593 or 13043903. OLE color: 13043903.

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

Color convert

RGB 191 8 199 -
CMYK 0.04 0.96 0 0.22
HSL 297.49º 0.92% 0.41% -
HSV(B) 297.49º 0.96% 0.78% -
XYZ 31.88 15.37 55.32 -
YUV 84.49 192.63 203.97 -
System Red Green Blue C M Y K H S L
Decimal 191 8 199 0.04 0.96 0 0.22 297.49 0.92 0.41
Hex BF 8 C7 4 60 0 16 129 5C 29
Octal 277 10 307 4 140 0 26 451 134 51
Binary 10111111 1000 11000111 100 1100000 0 10110 100101001 1011100 101001

Color Harmonies of #BF08C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08C7

Black with #BF08C7

Text Example


Text Example

White with #BF08C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08C7; }

 p { color: rgb(191,8,199); }

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

background-color css

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

 a { background-color: rgb(191,8,199); }

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

border-color css

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

 span { border-color: rgb(191,8,199); }

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