Html Css Color HEX #BF09E5 Electric Purple

📋 copy color: '#BF09E5'

red 191 ◦ green 9 ◦ blue 229

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

Shades of Electric Purple #BF09E5

Tints of Electric Purple #BF09E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.38%

R = 44.52%
G = 2.1%
B = 53.38%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF09E5 (or 0xBF09E5) is known color: Electric Purple. HEX triplet: BF, 09 and E5. RGB value is (191,9,229). Sum of RGB (Red+Green+Blue) = 191+9+229=429 (56% of max value = 765). Red value is 191 (75% from 255 or 44.52% from 429); Green value is 9 (3.91% from 255 or 2.10% from 429); Blue value is 229 (89.84% from 255 or 53.38% from 429); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF09E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF09E5 is #40F61A. Grayscale: #575757. Windows color (decimal): -4257307 or 15010239. OLE color: 15010239.

HSL color Cylindrical-coordinate representation of color #BF09E5: hue angle of 289.64º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09E5 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 9 229 -
CMYK 0.17 0.96 0 0.10
HSL 289.64º 0.92% 0.47% -
HSV(B) 289.64º 0.96% 0.9% -
XYZ 35.73 16.93 75.51 -
YUV 88.5 207.3 201.11 -
System Red Green Blue C M Y K H S L
Decimal 191 9 229 0.17 0.96 0 0.10 289.64 0.92 0.47
Hex BF 9 E5 11 60 0 A 122 5C 2F
Octal 277 11 345 21 140 0 12 442 134 57
Binary 10111111 1001 11100101 10001 1100000 0 1010 100100010 1011100 101111

Color Harmonies of #BF09E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09E5

Black with #BF09E5

Text Example


Text Example

White with #BF09E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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