Html Css Color HEX #BF09EA Electric Purple

📋 copy color: '#BF09EA'

red 191 ◦ green 9 ◦ blue 234

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

Shades of Electric Purple #BF09EA

Tints of Electric Purple #BF09EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 53.92%

R = 44.01%
G = 2.07%
B = 53.92%

CMYK

 C value IS 0.18

 M value IS 0.96

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF09EA (or 0xBF09EA) is known color: Electric Purple. HEX triplet: BF, 09 and EA. RGB value is (191,9,234). Sum of RGB (Red+Green+Blue) = 191+9+234=434 (57% of max value = 765). Red value is 191 (75% from 255 or 44.01% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 234 (91.80% from 255 or 53.92% from 434); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF09EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF09EA is #40F615. Grayscale: #585858. Windows color (decimal): -4257302 or 15337919. OLE color: 15337919.

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

Color convert

RGB 191 9 234 -
CMYK 0.18 0.96 0 0.08
HSL 288.53º 0.93% 0.48% -
HSV(B) 288.53º 0.96% 0.92% -
XYZ 36.43 17.21 79.24 -
YUV 89.07 209.8 200.7 -
System Red Green Blue C M Y K H S L
Decimal 191 9 234 0.18 0.96 0 0.08 288.53 0.93 0.48
Hex BF 9 EA 12 60 0 8 121 5D 30
Octal 277 11 352 22 140 0 10 441 135 60
Binary 10111111 1001 11101010 10010 1100000 0 1000 100100001 1011101 110000

Color Harmonies of #BF09EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09EA

Black with #BF09EA

Text Example


Text Example

White with #BF09EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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