Html Css Color HEX #BB17FC Electric Purple

📋 copy color: '#BB17FC'

red 187 ◦ green 23 ◦ blue 252

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

Shades of Electric Purple #BB17FC

Tints of Electric Purple #BB17FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 54.55%

R = 40.48%
G = 4.98%
B = 54.55%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB17FC (or 0xBB17FC) is known color: Electric Purple. HEX triplet: BB, 17 and FC. RGB value is (187,23,252). Sum of RGB (Red+Green+Blue) = 187+23+252=462 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.48% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 252 (98.83% from 255 or 54.55% from 462); Max value from RGB is 252 - color contains mainly: blue. Hex color #BB17FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17FC is #44E803. Grayscale: #616161. Windows color (decimal): -4515844 or 16521147. OLE color: 16521147.

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

Color convert

RGB 187 23 252 -
CMYK 0.26 0.91 0 0.01
HSL 282.97º 0.97% 0.54% -
HSV(B) 282.97º 0.91% 0.99% -
XYZ 38.37 18.21 93.59 -
YUV 98.14 214.83 191.38 -
System Red Green Blue C M Y K H S L
Decimal 187 23 252 0.26 0.91 0 0.01 282.97 0.97 0.54
Hex BB 17 FC 1A 5B 0 1 11B 61 36
Octal 273 27 374 32 133 0 1 433 141 66
Binary 10111011 10111 11111100 11010 1011011 0 1 100011011 1100001 110110

Color Harmonies of #BB17FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB17FC

Black with #BB17FC

Text Example


Text Example

White with #BB17FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB17FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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