Html Css Color HEX #BF0FFF Electric Purple

📋 copy color: '#BF0FFF'

red 191 ◦ green 15 ◦ blue 255

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

Shades of Electric Purple #BF0FFF

Tints of Electric Purple #BF0FFF

RGB

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

 GREEN value IS 15 (6.25% from 255) = 3.25%

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

R = 41.43%
G = 3.25%
B = 55.31%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF0FFF (or 0xBF0FFF) is known color: Electric Purple. HEX triplet: BF, 0F and FF. RGB value is (191,15,255). Sum of RGB (Red+Green+Blue) = 191+15+255=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 15 (6.25% from 255 or 3.25% from 461); Blue value is 255 (100% from 255 or 55.31% from 461); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF0FFF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FFF is #40F000. Grayscale: #5E5E5E. Windows color (decimal): -4255745 or 16715711. OLE color: 16715711.

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

Color convert

RGB 191 15 255 -
CMYK 0.25 0.94 0 0
HSL 284º 1% 0.53% -
HSV(B) 284º 0.94% 1% -
XYZ 39.71 18.64 96.11 -
YUV 94.98 218.31 196.49 -
System Red Green Blue C M Y K H S L
Decimal 191 15 255 0.25 0.94 0 0 284 1 0.53
Hex BF F FF 19 5E 0 0 11C 64 35
Octal 277 17 377 31 136 0 0 434 144 65
Binary 10111111 1111 11111111 11001 1011110 0 0 100011100 1100100 110101

Color Harmonies of #BF0FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FFF

Black with #BF0FFF

Text Example


Text Example

White with #BF0FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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