Html Css Color HEX #BB05FE Electric Purple

📋 copy color: '#BB05FE'

red 187 ◦ green 5 ◦ blue 254

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

Shades of Electric Purple #BB05FE

Tints of Electric Purple #BB05FE

RGB

 RED value IS 187 (73.44% from 255) = 41.93%

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

 BLUE value IS 254 (99.61% from 255) = 56.95%

R = 41.93%
G = 1.12%
B = 56.95%

CMYK

 C value IS 0.26

 M value IS 0.98

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB05FE (or 0xBB05FE) is known color: Electric Purple. HEX triplet: BB, 05 and FE. RGB value is (187,5,254). Sum of RGB (Red+Green+Blue) = 187+5+254=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 5 (2.34% from 255 or 1.12% from 446); Blue value is 254 (99.61% from 255 or 56.95% from 446); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB05FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB05FE is #44FA01. Grayscale: #565656. Windows color (decimal): -4520450 or 16647611. OLE color: 16647611.

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

Color convert

RGB 187 5 254 -
CMYK 0.26 0.98 0 0.00
HSL 283.86º 0.99% 0.51% -
HSV(B) 283.86º 0.98% 1% -
XYZ 38.44 17.83 95.18 -
YUV 87.8 221.8 198.75 -
System Red Green Blue C M Y K H S L
Decimal 187 5 254 0.26 0.98 0 0.00 283.86 0.99 0.51
Hex BB 5 FE 1A 62 0 0 11C 63 33
Octal 273 5 376 32 142 0 0 434 143 63
Binary 10111011 101 11111110 11010 1100010 0 0 100011100 1100011 110011

Color Harmonies of #BB05FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB05FE

Black with #BB05FE

Text Example


Text Example

White with #BB05FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB05FE; }

 p { color: rgb(187,5,254); }

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

background-color css

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

 a { background-color: rgb(187,5,254); }

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

border-color css

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

 span { border-color: rgb(187,5,254); }

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