Html Css Color HEX #BB17E3 Electric Purple

📋 copy color: '#BB17E3'

red 187 ◦ green 23 ◦ blue 227

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

Shades of Electric Purple #BB17E3

Tints of Electric Purple #BB17E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 51.95%

R = 42.79%
G = 5.26%
B = 51.95%

CMYK

 C value IS 0.18

 M value IS 0.90

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BB17E3 (or 0xBB17E3) is known color: Electric Purple. HEX triplet: BB, 17 and E3. RGB value is (187,23,227). Sum of RGB (Red+Green+Blue) = 187+23+227=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 23 (9.38% from 255 or 5.26% from 437); Blue value is 227 (89.06% from 255 or 51.95% from 437); Max value from RGB is 227 - color contains mainly: blue. Hex color #BB17E3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB17E3 is #44E81C. Grayscale: #5E5E5E. Windows color (decimal): -4515869 or 14882747. OLE color: 14882747.

HSL color Cylindrical-coordinate representation of color #BB17E3: hue angle of 288.24º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17E3 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 23 227 -
CMYK 0.18 0.90 0 0.11
HSL 288.24º 0.82% 0.49% -
HSV(B) 288.24º 0.9% 0.89% -
XYZ 34.67 16.72 74.07 -
YUV 95.29 202.33 193.41 -
System Red Green Blue C M Y K H S L
Decimal 187 23 227 0.18 0.90 0 0.11 288.24 0.82 0.49
Hex BB 17 E3 12 5A 0 B 120 52 31
Octal 273 27 343 22 132 0 13 440 122 61
Binary 10111011 10111 11100011 10010 1011010 0 1011 100100000 1010010 110001

Color Harmonies of #BB17E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17E3

Black with #BB17E3

Text Example


Text Example

White with #BB17E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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