Html Css Color HEX #BB17E1 Electric Purple

📋 copy color: '#BB17E1'

red 187 ◦ green 23 ◦ blue 225

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

Shades of Electric Purple #BB17E1

Tints of Electric Purple #BB17E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 51.72%

R = 42.99%
G = 5.29%
B = 51.72%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB17E1 (or 0xBB17E1) is known color: Electric Purple. HEX triplet: BB, 17 and E1. RGB value is (187,23,225). Sum of RGB (Red+Green+Blue) = 187+23+225=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 23 (9.38% from 255 or 5.29% from 435); Blue value is 225 (88.28% from 255 or 51.72% from 435); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB17E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17E1 is #44E81E. Grayscale: #5E5E5E. Windows color (decimal): -4515871 or 14751675. OLE color: 14751675.

HSL color Cylindrical-coordinate representation of color #BB17E1: hue angle of 288.71º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17E1 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 23 225 -
CMYK 0.17 0.90 0 0.12
HSL 288.71º 0.81% 0.49% -
HSV(B) 288.71º 0.9% 0.88% -
XYZ 34.39 16.61 72.63 -
YUV 95.06 201.33 193.57 -
System Red Green Blue C M Y K H S L
Decimal 187 23 225 0.17 0.90 0 0.12 288.71 0.81 0.49
Hex BB 17 E1 11 5A 0 C 121 51 31
Octal 273 27 341 21 132 0 14 441 121 61
Binary 10111011 10111 11100001 10001 1011010 0 1100 100100001 1010001 110001

Color Harmonies of #BB17E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17E1

Black with #BB17E1

Text Example


Text Example

White with #BB17E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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