Html Css Color HEX #BB28FA Electric Purple

📋 copy color: '#BB28FA'

red 187 ◦ green 40 ◦ blue 250

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

Shades of Electric Purple #BB28FA

Tints of Electric Purple #BB28FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 52.41%

R = 39.2%
G = 8.39%
B = 52.41%

CMYK

 C value IS 0.25

 M value IS 0.84

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB28FA (or 0xBB28FA) is known color: Electric Purple. HEX triplet: BB, 28 and FA. RGB value is (187,40,250). Sum of RGB (Red+Green+Blue) = 187+40+250=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 40 (16.02% from 255 or 8.39% from 477); Blue value is 250 (98.05% from 255 or 52.41% from 477); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB28FA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB28FA is #44D705. Grayscale: #6B6B6B. Windows color (decimal): -4511494 or 16394427. OLE color: 16394427.

HSL color Cylindrical-coordinate representation of color #BB28FA: hue angle of 282º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BB28FA is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 40 250 -
CMYK 0.25 0.84 0 0.02
HSL 282º 0.95% 0.57% -
HSV(B) 282º 0.84% 0.98% -
XYZ 38.51 18.98 92.08 -
YUV 107.89 208.2 184.42 -
System Red Green Blue C M Y K H S L
Decimal 187 40 250 0.25 0.84 0 0.02 282 0.95 0.57
Hex BB 28 FA 19 54 0 2 11A 5F 39
Octal 273 50 372 31 124 0 2 432 137 71
Binary 10111011 101000 11111010 11001 1010100 0 10 100011010 1011111 111001

Color Harmonies of #BB28FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB28FA

Black with #BB28FA

Text Example


Text Example

White with #BB28FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB28FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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