Html Css Color HEX #BB28FE Electric Purple

📋 copy color: '#BB28FE'

red 187 ◦ green 40 ◦ blue 254

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

Shades of Electric Purple #BB28FE

Tints of Electric Purple #BB28FE

RGB

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

 GREEN value IS 40 (16.02% from 255) = 8.32%

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

R = 38.88%
G = 8.32%
B = 52.81%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BB28FE (or 0xBB28FE) is known color: Electric Purple. HEX triplet: BB, 28 and FE. RGB value is (187,40,254). Sum of RGB (Red+Green+Blue) = 187+40+254=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 40 (16.02% from 255 or 8.32% from 481); Blue value is 254 (99.61% from 255 or 52.81% from 481); Max value from RGB is 254 - color contains mainly: blue. Hex color #BB28FE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28FE is #44D701. Grayscale: #6B6B6B. Windows color (decimal): -4511490 or 16656571. OLE color: 16656571.

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

Color convert

RGB 187 40 254 -
CMYK 0.26 0.84 0 0.00
HSL 281.22º 0.99% 0.58% -
HSV(B) 281.22º 0.84% 1% -
XYZ 39.14 19.24 95.42 -
YUV 108.35 210.2 184.1 -
System Red Green Blue C M Y K H S L
Decimal 187 40 254 0.26 0.84 0 0.00 281.22 0.99 0.58
Hex BB 28 FE 1A 54 0 0 119 63 3A
Octal 273 50 376 32 124 0 0 431 143 72
Binary 10111011 101000 11111110 11010 1010100 0 0 100011001 1100011 111010

Color Harmonies of #BB28FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28FE

Black with #BB28FE

Text Example


Text Example

White with #BB28FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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