Html Css Color HEX #BF09FF Electric Purple

📋 copy color: '#BF09FF'

red 191 ◦ green 9 ◦ blue 255

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

Shades of Electric Purple #BF09FF

Tints of Electric Purple #BF09FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 56.04%

R = 41.98%
G = 1.98%
B = 56.04%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF09FF (or 0xBF09FF) is known color: Electric Purple. HEX triplet: BF, 09 and FF. RGB value is (191,9,255). Sum of RGB (Red+Green+Blue) = 191+9+255=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 9 (3.91% from 255 or 1.98% from 455); Blue value is 255 (100% from 255 or 56.04% from 455); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF09FF is #40F600. Grayscale: #5A5A5A. Windows color (decimal): -4257281 or 16714175. OLE color: 16714175.

HSL color Cylindrical-coordinate representation of color #BF09FF: hue angle of 284.39º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BF09FF is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 191 9 255 -
CMYK 0.25 0.96 0 0
HSL 284.39º 1% 0.52% -
HSV(B) 284.39º 0.96% 1% -
XYZ 39.63 18.49 96.09 -
YUV 91.46 220.3 199 -
System Red Green Blue C M Y K H S L
Decimal 191 9 255 0.25 0.96 0 0 284.39 1 0.52
Hex BF 9 FF 19 60 0 0 11C 64 34
Octal 277 11 377 31 140 0 0 434 144 64
Binary 10111111 1001 11111111 11001 1100000 0 0 100011100 1100100 110100

Color Harmonies of #BF09FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF09FF

Black with #BF09FF

Text Example


Text Example

White with #BF09FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF09FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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