Html Css Color HEX #BF08C9 Deep Magenta

📋 copy color: '#BF08C9'

red 191 ◦ green 8 ◦ blue 201

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

Shades of Deep Magenta #BF08C9

Tints of Deep Magenta #BF08C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 50.25%

R = 47.75%
G = 2%
B = 50.25%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#BF08C9 (or 0xBF08C9) is known color: Deep Magenta. HEX triplet: BF, 08 and C9. RGB value is (191,8,201). Sum of RGB (Red+Green+Blue) = 191+8+201=400 (52% of max value = 765). Red value is 191 (75% from 255 or 47.75% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 201 (78.91% from 255 or 50.25% from 400); Max value from RGB is 201 - color contains mainly: blue. Hex color #BF08C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF08C9 is #40F736. Grayscale: #545454. Windows color (decimal): -4257591 or 13174975. OLE color: 13174975.

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

Color convert

RGB 191 8 201 -
CMYK 0.05 0.96 0 0.21
HSL 296.89º 0.92% 0.41% -
HSV(B) 296.89º 0.96% 0.79% -
XYZ 32.12 15.47 56.55 -
YUV 84.72 193.63 203.81 -
System Red Green Blue C M Y K H S L
Decimal 191 8 201 0.05 0.96 0 0.21 296.89 0.92 0.41
Hex BF 8 C9 5 60 0 15 129 5C 29
Octal 277 10 311 5 140 0 25 451 134 51
Binary 10111111 1000 11001001 101 1100000 0 10101 100101001 1011100 101001

Color Harmonies of #BF08C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF08C9

Black with #BF08C9

Text Example


Text Example

White with #BF08C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF08C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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