Html Css Color HEX #BF09CF Deep Magenta

📋 copy color: '#BF09CF'

red 191 ◦ green 9 ◦ blue 207

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

Shades of Deep Magenta #BF09CF

Tints of Deep Magenta #BF09CF

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.21%

 BLUE value IS 207 (81.25% from 255) = 50.86%

R = 46.93%
G = 2.21%
B = 50.86%

CMYK

 C value IS 0.08

 M value IS 0.96

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BF09CF (or 0xBF09CF) is known color: Deep Magenta. HEX triplet: BF, 09 and CF. RGB value is (191,9,207). Sum of RGB (Red+Green+Blue) = 191+9+207=407 (53% of max value = 765). Red value is 191 (75% from 255 or 46.93% from 407); Green value is 9 (3.91% from 255 or 2.21% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #BF09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09CF is #40F630. Grayscale: #555555. Windows color (decimal): -4257329 or 13568447. OLE color: 13568447.

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

Color convert

RGB 191 9 207 -
CMYK 0.08 0.96 0 0.19
HSL 295.15º 0.92% 0.42% -
HSV(B) 295.15º 0.96% 0.81% -
XYZ 32.85 15.78 60.35 -
YUV 85.99 196.3 202.9 -
System Red Green Blue C M Y K H S L
Decimal 191 9 207 0.08 0.96 0 0.19 295.15 0.92 0.42
Hex BF 9 CF 8 60 0 13 127 5C 2A
Octal 277 11 317 10 140 0 23 447 134 52
Binary 10111111 1001 11001111 1000 1100000 0 10011 100100111 1011100 101010

Color Harmonies of #BF09CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09CF

Black with #BF09CF

Text Example


Text Example

White with #BF09CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09CF; }

 p { color: rgb(191,9,207); }

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

background-color css

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

 a { background-color: rgb(191,9,207); }

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

border-color css

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

 span { border-color: rgb(191,9,207); }

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