Html Css Color HEX #BB15E5 Electric Purple

📋 copy color: '#BB15E5'

red 187 ◦ green 21 ◦ blue 229

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

Shades of Electric Purple #BB15E5

Tints of Electric Purple #BB15E5

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.81%

 BLUE value IS 229 (89.84% from 255) = 52.4%

R = 42.79%
G = 4.81%
B = 52.4%

CMYK

 C value IS 0.18

 M value IS 0.91

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BB15E5 (or 0xBB15E5) is known color: Electric Purple. HEX triplet: BB, 15 and E5. RGB value is (187,21,229). Sum of RGB (Red+Green+Blue) = 187+21+229=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 21 (8.59% from 255 or 4.81% from 437); Blue value is 229 (89.84% from 255 or 52.40% from 437); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB15E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB15E5 is #44EA1A. Grayscale: #5D5D5D. Windows color (decimal): -4516379 or 15013307. OLE color: 15013307.

HSL color Cylindrical-coordinate representation of color #BB15E5: hue angle of 287.88º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB15E5 is Cyan = 0.18, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 21 229 -
CMYK 0.18 0.91 0 0.10
HSL 287.88º 0.83% 0.49% -
HSV(B) 287.88º 0.91% 0.9% -
XYZ 34.9 16.76 75.52 -
YUV 94.35 204 194.09 -
System Red Green Blue C M Y K H S L
Decimal 187 21 229 0.18 0.91 0 0.10 287.88 0.83 0.49
Hex BB 15 E5 12 5B 0 A 120 53 31
Octal 273 25 345 22 133 0 12 440 123 61
Binary 10111011 10101 11100101 10010 1011011 0 1010 100100000 1010011 110001

Color Harmonies of #BB15E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15E5

Black with #BB15E5

Text Example


Text Example

White with #BB15E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15E5; }

 p { color: rgb(187,21,229); }

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

background-color css

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

 a { background-color: rgb(187,21,229); }

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

border-color css

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

 span { border-color: rgb(187,21,229); }

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