Html Css Color HEX #BF05FF Electric Purple

📋 copy color: '#BF05FF'

red 191 ◦ green 5 ◦ blue 255

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

Shades of Electric Purple #BF05FF

Tints of Electric Purple #BF05FF

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.11%

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

R = 42.35%
G = 1.11%
B = 56.54%

CMYK

 C value IS 0.25

 M value IS 0.98

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BF05FF (or 0xBF05FF) is known color: Electric Purple. HEX triplet: BF, 05 and FF. RGB value is (191,5,255). Sum of RGB (Red+Green+Blue) = 191+5+255=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 5 (2.34% from 255 or 1.11% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #BF05FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BF05FF is #40FA00. Grayscale: #585858. Windows color (decimal): -4258305 or 16713151. OLE color: 16713151.

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

Color convert

RGB 191 5 255 -
CMYK 0.25 0.98 0 0
HSL 284.64º 1% 0.51% -
HSV(B) 284.64º 0.98% 1% -
XYZ 39.59 18.4 96.07 -
YUV 89.11 221.62 200.67 -
System Red Green Blue C M Y K H S L
Decimal 191 5 255 0.25 0.98 0 0 284.64 1 0.51
Hex BF 5 FF 19 62 0 0 11D 64 33
Octal 277 5 377 31 142 0 0 435 144 63
Binary 10111111 101 11111111 11001 1100010 0 0 100011101 1100100 110011

Color Harmonies of #BF05FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF05FF

Black with #BF05FF

Text Example


Text Example

White with #BF05FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF05FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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