Html Css Color HEX #BB11FA Electric Purple

📋 copy color: '#BB11FA'

red 187 ◦ green 17 ◦ blue 250

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

Shades of Electric Purple #BB11FA

Tints of Electric Purple #BB11FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 55.07%

R = 41.19%
G = 3.74%
B = 55.07%

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

#BB11FA (or 0xBB11FA) is known color: Electric Purple. HEX triplet: BB, 11 and FA. RGB value is (187,17,250). Sum of RGB (Red+Green+Blue) = 187+17+250=454 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.19% from 454); Green value is 17 (7.03% from 255 or 3.74% from 454); Blue value is 250 (98.05% from 255 or 55.07% from 454); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB11FA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11FA is #44EE05. Grayscale: #5D5D5D. Windows color (decimal): -4517382 or 16388539. OLE color: 16388539.

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

Color convert

RGB 187 17 250 -
CMYK 0.25 0.93 0 0.02
HSL 283.78º 0.96% 0.52% -
HSV(B) 283.78º 0.93% 0.98% -
XYZ 37.95 17.87 91.89 -
YUV 94.39 215.82 194.05 -
System Red Green Blue C M Y K H S L
Decimal 187 17 250 0.25 0.93 0 0.02 283.78 0.96 0.52
Hex BB 11 FA 19 5D 0 2 11C 60 34
Octal 273 21 372 31 135 0 2 434 140 64
Binary 10111011 10001 11111010 11001 1011101 0 10 100011100 1100000 110100

Color Harmonies of #BB11FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11FA

Black with #BB11FA

Text Example


Text Example

White with #BB11FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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