Html Css Color HEX #BF09E1 Deep Magenta

📋 copy color: '#BF09E1'

red 191 ◦ green 9 ◦ blue 225

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

Shades of Deep Magenta #BF09E1

Tints of Deep Magenta #BF09E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 52.94%

R = 44.94%
G = 2.12%
B = 52.94%

CMYK

 C value IS 0.15

 M value IS 0.96

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BF09E1 (or 0xBF09E1) is known color: Deep Magenta. HEX triplet: BF, 09 and E1. RGB value is (191,9,225). Sum of RGB (Red+Green+Blue) = 191+9+225=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 225 (88.28% from 255 or 52.94% from 425); Max value from RGB is 225 - color contains mainly: blue. Hex color #BF09E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09E1 is #40F61E. Grayscale: #575757. Windows color (decimal): -4257311 or 14748095. OLE color: 14748095.

HSL color Cylindrical-coordinate representation of color #BF09E1: hue angle of 290.56º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09E1 is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 9 225 -
CMYK 0.15 0.96 0 0.12
HSL 290.56º 0.92% 0.46% -
HSV(B) 290.56º 0.96% 0.88% -
XYZ 35.17 16.71 72.61 -
YUV 88.04 205.3 201.44 -
System Red Green Blue C M Y K H S L
Decimal 191 9 225 0.15 0.96 0 0.12 290.56 0.92 0.46
Hex BF 9 E1 F 60 0 C 123 5C 2E
Octal 277 11 341 17 140 0 14 443 134 56
Binary 10111111 1001 11100001 1111 1100000 0 1100 100100011 1011100 101110

Color Harmonies of #BF09E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09E1

Black with #BF09E1

Text Example


Text Example

White with #BF09E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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