Html Css Color HEX #BB11FF Electric Purple

📋 copy color: '#BB11FF'

red 187 ◦ green 17 ◦ blue 255

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

Shades of Electric Purple #BB11FF

Tints of Electric Purple #BB11FF

RGB

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

 GREEN value IS 17 (7.03% from 255) = 3.7%

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

R = 40.74%
G = 3.7%
B = 55.56%

CMYK

 C value IS 0.27

 M value IS 0.93

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BB11FF (or 0xBB11FF) is known color: Electric Purple. HEX triplet: BB, 11 and FF. RGB value is (187,17,255). Sum of RGB (Red+Green+Blue) = 187+17+255=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 17 (7.03% from 255 or 3.70% from 459); Blue value is 255 (100% from 255 or 55.56% from 459); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB11FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11FF is #44EE00. Grayscale: #5E5E5E. Windows color (decimal): -4517377 or 16716219. OLE color: 16716219.

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

Color convert

RGB 187 17 255 -
CMYK 0.27 0.93 0 0
HSL 282.86º 1% 0.53% -
HSV(B) 282.86º 0.93% 1% -
XYZ 38.74 18.19 96.08 -
YUV 94.96 218.32 193.65 -
System Red Green Blue C M Y K H S L
Decimal 187 17 255 0.27 0.93 0 0 282.86 1 0.53
Hex BB 11 FF 1B 5D 0 0 11B 64 35
Octal 273 21 377 33 135 0 0 433 144 65
Binary 10111011 10001 11111111 11011 1011101 0 0 100011011 1100100 110101

Color Harmonies of #BB11FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11FF

Black with #BB11FF

Text Example


Text Example

White with #BB11FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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