Html Css Color HEX #BB28F8 Electric Purple

📋 copy color: '#BB28F8'

red 187 ◦ green 40 ◦ blue 248

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

Shades of Electric Purple #BB28F8

Tints of Electric Purple #BB28F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 52.21%

R = 39.37%
G = 8.42%
B = 52.21%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB28F8 (or 0xBB28F8) is known color: Electric Purple. HEX triplet: BB, 28 and F8. RGB value is (187,40,248). Sum of RGB (Red+Green+Blue) = 187+40+248=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 40 (16.02% from 255 or 8.42% from 475); Blue value is 248 (97.27% from 255 or 52.21% from 475); Max value from RGB is 248 - color contains mainly: blue. Hex color #BB28F8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28F8 is #44D707. Grayscale: #6A6A6A. Windows color (decimal): -4511496 or 16263355. OLE color: 16263355.

HSL color Cylindrical-coordinate representation of color #BB28F8: hue angle of 282.4º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB28F8 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 40 248 -
CMYK 0.25 0.84 0 0.03
HSL 282.4º 0.94% 0.56% -
HSV(B) 282.4º 0.84% 0.97% -
XYZ 38.2 18.86 90.43 -
YUV 107.67 207.2 184.59 -
System Red Green Blue C M Y K H S L
Decimal 187 40 248 0.25 0.84 0 0.03 282.4 0.94 0.56
Hex BB 28 F8 19 54 0 3 11A 5E 38
Octal 273 50 370 31 124 0 3 432 136 70
Binary 10111011 101000 11111000 11001 1010100 0 11 100011010 1011110 111000

Color Harmonies of #BB28F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28F8

Black with #BB28F8

Text Example


Text Example

White with #BB28F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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