Html Css Color HEX #BB17EC Electric Purple

📋 copy color: '#BB17EC'

red 187 ◦ green 23 ◦ blue 236

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

Shades of Electric Purple #BB17EC

Tints of Electric Purple #BB17EC

RGB

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

 GREEN value IS 23 (9.38% from 255) = 5.16%

 BLUE value IS 236 (92.58% from 255) = 52.91%

R = 41.93%
G = 5.16%
B = 52.91%

CMYK

 C value IS 0.21

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB17EC (or 0xBB17EC) is known color: Electric Purple. HEX triplet: BB, 17 and EC. RGB value is (187,23,236). Sum of RGB (Red+Green+Blue) = 187+23+236=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 23 (9.38% from 255 or 5.16% from 446); Blue value is 236 (92.58% from 255 or 52.91% from 446); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB17EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17EC is #44E813. Grayscale: #5F5F5F. Windows color (decimal): -4515860 or 15472571. OLE color: 15472571.

HSL color Cylindrical-coordinate representation of color #BB17EC: hue angle of 286.2º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17EC is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 23 236 -
CMYK 0.21 0.90 0 0.07
HSL 286.2º 0.85% 0.51% -
HSV(B) 286.2º 0.9% 0.93% -
XYZ 35.94 17.23 80.79 -
YUV 96.32 206.83 192.68 -
System Red Green Blue C M Y K H S L
Decimal 187 23 236 0.21 0.90 0 0.07 286.2 0.85 0.51
Hex BB 17 EC 15 5A 0 7 11E 55 33
Octal 273 27 354 25 132 0 7 436 125 63
Binary 10111011 10111 11101100 10101 1011010 0 111 100011110 1010101 110011

Color Harmonies of #BB17EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17EC

Black with #BB17EC

Text Example


Text Example

White with #BB17EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17EC; }

 p { color: rgb(187,23,236); }

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

background-color css

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

 a { background-color: rgb(187,23,236); }

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

border-color css

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

 span { border-color: rgb(187,23,236); }

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