Html Css Color HEX #BB17FF Electric Purple

📋 copy color: '#BB17FF'

red 187 ◦ green 23 ◦ blue 255

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

Shades of Electric Purple #BB17FF

Tints of Electric Purple #BB17FF

RGB

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

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

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

R = 40.22%
G = 4.95%
B = 54.84%

CMYK

 C value IS 0.27

 M value IS 0.91

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB17FF (or 0xBB17FF) is known color: Electric Purple. HEX triplet: BB, 17 and FF. RGB value is (187,23,255). Sum of RGB (Red+Green+Blue) = 187+23+255=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 23 (9.38% from 255 or 4.95% from 465); Blue value is 255 (100% from 255 or 54.84% from 465); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17FF is #44E800. Grayscale: #616161. Windows color (decimal): -4515841 or 16717755. OLE color: 16717755.

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

Color convert

RGB 187 23 255 -
CMYK 0.27 0.91 0 0
HSL 282.41º 1% 0.55% -
HSV(B) 282.41º 0.91% 1% -
XYZ 38.85 18.4 96.11 -
YUV 98.48 216.33 191.14 -
System Red Green Blue C M Y K H S L
Decimal 187 23 255 0.27 0.91 0 0 282.41 1 0.55
Hex BB 17 FF 1B 5B 0 0 11A 64 37
Octal 273 27 377 33 133 0 0 432 144 67
Binary 10111011 10111 11111111 11011 1011011 0 0 100011010 1100100 110111

Color Harmonies of #BB17FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17FF

Black with #BB17FF

Text Example


Text Example

White with #BB17FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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