Html Css Color HEX #BB17EE Electric Purple

📋 copy color: '#BB17EE'

red 187 ◦ green 23 ◦ blue 238

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

Shades of Electric Purple #BB17EE

Tints of Electric Purple #BB17EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 53.13%

R = 41.74%
G = 5.13%
B = 53.13%

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

#BB17EE (or 0xBB17EE) is known color: Electric Purple. HEX triplet: BB, 17 and EE. RGB value is (187,23,238). Sum of RGB (Red+Green+Blue) = 187+23+238=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 23 (9.38% from 255 or 5.13% from 448); Blue value is 238 (93.36% from 255 or 53.12% from 448); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB17EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17EE is #44E811. Grayscale: #5F5F5F. Windows color (decimal): -4515858 or 15603643. OLE color: 15603643.

HSL color Cylindrical-coordinate representation of color #BB17EE: hue angle of 285.77º degrees, saturation: 0.86, 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 #BB17EE is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 23 238 -
CMYK 0.21 0.90 0 0.07
HSL 285.77º 0.86% 0.51% -
HSV(B) 285.77º 0.9% 0.93% -
XYZ 36.23 17.35 82.33 -
YUV 96.55 207.83 192.52 -
System Red Green Blue C M Y K H S L
Decimal 187 23 238 0.21 0.90 0 0.07 285.77 0.86 0.51
Hex BB 17 EE 15 5A 0 7 11E 56 33
Octal 273 27 356 25 132 0 7 436 126 63
Binary 10111011 10111 11101110 10101 1011010 0 111 100011110 1010110 110011

Color Harmonies of #BB17EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17EE

Black with #BB17EE

Text Example


Text Example

White with #BB17EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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