Html Css Color HEX #BF09F0 Electric Purple

📋 copy color: '#BF09F0'

red 191 ◦ green 9 ◦ blue 240

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

Shades of Electric Purple #BF09F0

Tints of Electric Purple #BF09F0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 54.55%

R = 43.41%
G = 2.05%
B = 54.55%

CMYK

 C value IS 0.20

 M value IS 0.96

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF09F0 (or 0xBF09F0) is known color: Electric Purple. HEX triplet: BF, 09 and F0. RGB value is (191,9,240). Sum of RGB (Red+Green+Blue) = 191+9+240=440 (58% of max value = 765). Red value is 191 (75% from 255 or 43.41% from 440); Green value is 9 (3.91% from 255 or 2.05% from 440); Blue value is 240 (94.14% from 255 or 54.55% from 440); Max value from RGB is 240 - color contains mainly: blue. Hex color #BF09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF09F0 is #40F60F. Grayscale: #595959. Windows color (decimal): -4257296 or 15731135. OLE color: 15731135.

HSL color Cylindrical-coordinate representation of color #BF09F0: hue angle of 287.27º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09F0 is Cyan = 0.20, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 9 240 -
CMYK 0.20 0.96 0 0.06
HSL 287.27º 0.93% 0.49% -
HSV(B) 287.27º 0.96% 0.94% -
XYZ 37.31 17.56 83.86 -
YUV 89.75 212.8 200.22 -
System Red Green Blue C M Y K H S L
Decimal 191 9 240 0.20 0.96 0 0.06 287.27 0.93 0.49
Hex BF 9 F0 14 60 0 6 11F 5D 31
Octal 277 11 360 24 140 0 6 437 135 61
Binary 10111111 1001 11110000 10100 1100000 0 110 100011111 1011101 110001

Color Harmonies of #BF09F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09F0

Black with #BF09F0

Text Example


Text Example

White with #BF09F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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