Html Css Color HEX #BF0FF5 Electric Purple

📋 copy color: '#BF0FF5'

red 191 ◦ green 15 ◦ blue 245

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

Shades of Electric Purple #BF0FF5

Tints of Electric Purple #BF0FF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 54.32%

R = 42.35%
G = 3.33%
B = 54.32%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF0FF5 (or 0xBF0FF5) is known color: Electric Purple. HEX triplet: BF, 0F and F5. RGB value is (191,15,245). Sum of RGB (Red+Green+Blue) = 191+15+245=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 15 (6.25% from 255 or 3.33% from 451); Blue value is 245 (96.09% from 255 or 54.32% from 451); Max value from RGB is 245 - color contains mainly: blue. Hex color #BF0FF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF0FF5 is #40F00A. Grayscale: #5D5D5D. Windows color (decimal): -4255755 or 16060351. OLE color: 16060351.

HSL color Cylindrical-coordinate representation of color #BF0FF5: hue angle of 285.91º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0FF5 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 15 245 -
CMYK 0.22 0.94 0 0.04
HSL 285.91º 0.92% 0.51% -
HSV(B) 285.91º 0.94% 0.96% -
XYZ 38.14 18.01 87.85 -
YUV 93.84 213.31 197.3 -
System Red Green Blue C M Y K H S L
Decimal 191 15 245 0.22 0.94 0 0.04 285.91 0.92 0.51
Hex BF F F5 16 5E 0 4 11E 5C 33
Octal 277 17 365 26 136 0 4 436 134 63
Binary 10111111 1111 11110101 10110 1011110 0 100 100011110 1011100 110011

Color Harmonies of #BF0FF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0FF5

Black with #BF0FF5

Text Example


Text Example

White with #BF0FF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0FF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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