Html Css Color HEX #BB15EF Electric Purple

📋 copy color: '#BB15EF'

red 187 ◦ green 21 ◦ blue 239

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

Shades of Electric Purple #BB15EF

Tints of Electric Purple #BB15EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.47%

R = 41.83%
G = 4.7%
B = 53.47%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB15EF (or 0xBB15EF) is known color: Electric Purple. HEX triplet: BB, 15 and EF. RGB value is (187,21,239). Sum of RGB (Red+Green+Blue) = 187+21+239=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 21 (8.59% from 255 or 4.70% from 447); Blue value is 239 (93.75% from 255 or 53.47% from 447); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB15EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB15EF is #44EA10. Grayscale: #5E5E5E. Windows color (decimal): -4516369 or 15668667. OLE color: 15668667.

HSL color Cylindrical-coordinate representation of color #BB15EF: hue angle of 285.69º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB15EF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 21 239 -
CMYK 0.22 0.91 0 0.06
HSL 285.69º 0.87% 0.51% -
HSV(B) 285.69º 0.91% 0.94% -
XYZ 36.34 17.33 83.09 -
YUV 95.49 209 193.27 -
System Red Green Blue C M Y K H S L
Decimal 187 21 239 0.22 0.91 0 0.06 285.69 0.87 0.51
Hex BB 15 EF 16 5B 0 6 11E 57 33
Octal 273 25 357 26 133 0 6 436 127 63
Binary 10111011 10101 11101111 10110 1011011 0 110 100011110 1010111 110011

Color Harmonies of #BB15EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15EF

Black with #BB15EF

Text Example


Text Example

White with #BB15EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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