Html Css Color HEX #BF09ED Electric Purple

📋 copy color: '#BF09ED'

red 191 ◦ green 9 ◦ blue 237

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

Shades of Electric Purple #BF09ED

Tints of Electric Purple #BF09ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 54.23%

R = 43.71%
G = 2.06%
B = 54.23%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF09ED (or 0xBF09ED) is known color: Electric Purple. HEX triplet: BF, 09 and ED. RGB value is (191,9,237). Sum of RGB (Red+Green+Blue) = 191+9+237=437 (57% of max value = 765). Red value is 191 (75% from 255 or 43.71% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 237 (92.97% from 255 or 54.23% from 437); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF09ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF09ED is #40F612. Grayscale: #585858. Windows color (decimal): -4257299 or 15534527. OLE color: 15534527.

HSL color Cylindrical-coordinate representation of color #BF09ED: hue angle of 287.89º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09ED is Cyan = 0.19, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 9 237 -
CMYK 0.19 0.96 0 0.07
HSL 287.89º 0.93% 0.48% -
HSV(B) 287.89º 0.96% 0.93% -
XYZ 36.87 17.39 81.53 -
YUV 89.41 211.3 200.46 -
System Red Green Blue C M Y K H S L
Decimal 191 9 237 0.19 0.96 0 0.07 287.89 0.93 0.48
Hex BF 9 ED 13 60 0 7 120 5D 30
Octal 277 11 355 23 140 0 7 440 135 60
Binary 10111111 1001 11101101 10011 1100000 0 111 100100000 1011101 110000

Color Harmonies of #BF09ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09ED

Black with #BF09ED

Text Example


Text Example

White with #BF09ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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