Html Css Color HEX #BF09EE Electric Purple

📋 copy color: '#BF09EE'

red 191 ◦ green 9 ◦ blue 238

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

Shades of Electric Purple #BF09EE

Tints of Electric Purple #BF09EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 54.34%

R = 43.61%
G = 2.05%
B = 54.34%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF09EE (or 0xBF09EE) is known color: Electric Purple. HEX triplet: BF, 09 and EE. RGB value is (191,9,238). Sum of RGB (Red+Green+Blue) = 191+9+238=438 (58% of max value = 765). Red value is 191 (75% from 255 or 43.61% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 238 (93.36% from 255 or 54.34% from 438); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF09EE is #40F611. Grayscale: #585858. Windows color (decimal): -4257298 or 15600063. OLE color: 15600063.

HSL color Cylindrical-coordinate representation of color #BF09EE: hue angle of 287.69º 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 #BF09EE is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 9 238 -
CMYK 0.20 0.96 0 0.07
HSL 287.69º 0.93% 0.48% -
HSV(B) 287.69º 0.96% 0.93% -
XYZ 37.02 17.44 82.31 -
YUV 89.52 211.8 200.38 -
System Red Green Blue C M Y K H S L
Decimal 191 9 238 0.20 0.96 0 0.07 287.69 0.93 0.48
Hex BF 9 EE 14 60 0 7 120 5D 30
Octal 277 11 356 24 140 0 7 440 135 60
Binary 10111111 1001 11101110 10100 1100000 0 111 100100000 1011101 110000

Color Harmonies of #BF09EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09EE

Black with #BF09EE

Text Example


Text Example

White with #BF09EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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