Html Css Color HEX #BB15FF Electric Purple

📋 copy color: '#BB15FF'

red 187 ◦ green 21 ◦ blue 255

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

Shades of Electric Purple #BB15FF

Tints of Electric Purple #BB15FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 55.08%

R = 40.39%
G = 4.54%
B = 55.08%

CMYK

 C value IS 0.27

 M value IS 0.92

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB15FF (or 0xBB15FF) is known color: Electric Purple. HEX triplet: BB, 15 and FF. RGB value is (187,21,255). Sum of RGB (Red+Green+Blue) = 187+21+255=463 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.39% from 463); Green value is 21 (8.59% from 255 or 4.54% from 463); Blue value is 255 (100% from 255 or 55.08% from 463); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB15FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB15FF is #44EA00. Grayscale: #606060. Windows color (decimal): -4516353 or 16717243. OLE color: 16717243.

HSL color Cylindrical-coordinate representation of color #BB15FF: hue angle of 282.56º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB15FF is Cyan = 0.27, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 187 21 255 -
CMYK 0.27 0.92 0 0
HSL 282.56º 1% 0.54% -
HSV(B) 282.56º 0.92% 1% -
XYZ 38.81 18.32 96.1 -
YUV 97.31 217 191.97 -
System Red Green Blue C M Y K H S L
Decimal 187 21 255 0.27 0.92 0 0 282.56 1 0.54
Hex BB 15 FF 1B 5C 0 0 11B 64 36
Octal 273 25 377 33 134 0 0 433 144 66
Binary 10111011 10101 11111111 11011 1011100 0 0 100011011 1100100 110110

Color Harmonies of #BB15FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB15FF

Black with #BB15FF

Text Example


Text Example

White with #BB15FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB15FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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