Html Css Color HEX #BB28F7 Electric Purple

📋 copy color: '#BB28F7'

red 187 ◦ green 40 ◦ blue 247

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

Shades of Electric Purple #BB28F7

Tints of Electric Purple #BB28F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 52.11%

R = 39.45%
G = 8.44%
B = 52.11%

CMYK

 C value IS 0.24

 M value IS 0.84

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BB28F7 (or 0xBB28F7) is known color: Electric Purple. HEX triplet: BB, 28 and F7. RGB value is (187,40,247). Sum of RGB (Red+Green+Blue) = 187+40+247=474 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.45% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 247 (96.88% from 255 or 52.11% from 474); Max value from RGB is 247 - color contains mainly: blue. Hex color #BB28F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28F7 is #44D708. Grayscale: #6A6A6A. Windows color (decimal): -4511497 or 16197819. OLE color: 16197819.

HSL color Cylindrical-coordinate representation of color #BB28F7: hue angle of 282.61º degrees, saturation: 0.93, 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 #BB28F7 is Cyan = 0.24, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 40 247 -
CMYK 0.24 0.84 0 0.03
HSL 282.61º 0.93% 0.56% -
HSV(B) 282.61º 0.84% 0.97% -
XYZ 38.04 18.8 89.62 -
YUV 107.55 206.7 184.67 -
System Red Green Blue C M Y K H S L
Decimal 187 40 247 0.24 0.84 0 0.03 282.61 0.93 0.56
Hex BB 28 F7 18 54 0 3 11B 5D 38
Octal 273 50 367 30 124 0 3 433 135 70
Binary 10111011 101000 11110111 11000 1010100 0 11 100011011 1011101 111000

Color Harmonies of #BB28F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28F7

Black with #BB28F7

Text Example


Text Example

White with #BB28F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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