Html Css Color HEX #BB17FB Electric Purple

📋 copy color: '#BB17FB'

red 187 ◦ green 23 ◦ blue 251

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

Shades of Electric Purple #BB17FB

Tints of Electric Purple #BB17FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 54.45%

R = 40.56%
G = 4.99%
B = 54.45%

CMYK

 C value IS 0.25

 M value IS 0.91

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB17FB (or 0xBB17FB) is known color: Electric Purple. HEX triplet: BB, 17 and FB. RGB value is (187,23,251). Sum of RGB (Red+Green+Blue) = 187+23+251=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 23 (9.38% from 255 or 4.99% from 461); Blue value is 251 (98.44% from 255 or 54.45% from 461); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB17FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17FB is #44E804. Grayscale: #616161. Windows color (decimal): -4515845 or 16455611. OLE color: 16455611.

HSL color Cylindrical-coordinate representation of color #BB17FB: hue angle of 283.16º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB17FB is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 23 251 -
CMYK 0.25 0.91 0 0.02
HSL 283.16º 0.97% 0.54% -
HSV(B) 283.16º 0.91% 0.98% -
XYZ 38.21 18.14 92.75 -
YUV 98.03 214.33 191.46 -
System Red Green Blue C M Y K H S L
Decimal 187 23 251 0.25 0.91 0 0.02 283.16 0.97 0.54
Hex BB 17 FB 19 5B 0 2 11B 61 36
Octal 273 27 373 31 133 0 2 433 141 66
Binary 10111011 10111 11111011 11001 1011011 0 10 100011011 1100001 110110

Color Harmonies of #BB17FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17FB

Black with #BB17FB

Text Example


Text Example

White with #BB17FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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