Html Css Color HEX #BF05E5 Electric Purple

📋 copy color: '#BF05E5'

red 191 ◦ green 5 ◦ blue 229

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

Shades of Electric Purple #BF05E5

Tints of Electric Purple #BF05E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 53.88%

R = 44.94%
G = 1.18%
B = 53.88%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BF05E5 (or 0xBF05E5) is known color: Electric Purple. HEX triplet: BF, 05 and E5. RGB value is (191,5,229). Sum of RGB (Red+Green+Blue) = 191+5+229=425 (56% of max value = 765). Red value is 191 (75% from 255 or 44.94% from 425); Green value is 5 (2.34% from 255 or 1.18% from 425); Blue value is 229 (89.84% from 255 or 53.88% from 425); Max value from RGB is 229 - color contains mainly: blue. Hex color #BF05E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BF05E5 is #40FA1A. Grayscale: #555555. Windows color (decimal): -4258331 or 15009215. OLE color: 15009215.

HSL color Cylindrical-coordinate representation of color #BF05E5: hue angle of 289.82º degrees, saturation: 0.96, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF05E5 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 5 229 -
CMYK 0.17 0.98 0 0.10
HSL 289.82º 0.96% 0.46% -
HSV(B) 289.82º 0.98% 0.9% -
XYZ 35.68 16.84 75.5 -
YUV 86.15 208.62 202.79 -
System Red Green Blue C M Y K H S L
Decimal 191 5 229 0.17 0.98 0 0.10 289.82 0.96 0.46
Hex BF 5 E5 11 62 0 A 122 60 2E
Octal 277 5 345 21 142 0 12 442 140 56
Binary 10111111 101 11100101 10001 1100010 0 1010 100100010 1100000 101110

Color Harmonies of #BF05E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF05E5

Black with #BF05E5

Text Example


Text Example

White with #BF05E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF05E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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