Html Css Color HEX #BB11FB Electric Purple

📋 copy color: '#BB11FB'

red 187 ◦ green 17 ◦ blue 251

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

Shades of Electric Purple #BB11FB

Tints of Electric Purple #BB11FB

RGB

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

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

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

R = 41.1%
G = 3.74%
B = 55.16%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BB11FB (or 0xBB11FB) is known color: Electric Purple. HEX triplet: BB, 11 and FB. RGB value is (187,17,251). Sum of RGB (Red+Green+Blue) = 187+17+251=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 17 (7.03% from 255 or 3.74% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #BB11FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11FB is #44EE04. Grayscale: #5D5D5D. Windows color (decimal): -4517381 or 16454075. OLE color: 16454075.

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

Color convert

RGB 187 17 251 -
CMYK 0.25 0.93 0 0.02
HSL 283.59º 0.97% 0.53% -
HSV(B) 283.59º 0.93% 0.98% -
XYZ 38.11 17.93 92.72 -
YUV 94.51 216.32 193.97 -
System Red Green Blue C M Y K H S L
Decimal 187 17 251 0.25 0.93 0 0.02 283.59 0.97 0.53
Hex BB 11 FB 19 5D 0 2 11C 61 35
Octal 273 21 373 31 135 0 2 434 141 65
Binary 10111011 10001 11111011 11001 1011101 0 10 100011100 1100001 110101

Color Harmonies of #BB11FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11FB

Black with #BB11FB

Text Example


Text Example

White with #BB11FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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