Html Css Color HEX #BB11FD Electric Purple

📋 copy color: '#BB11FD'

red 187 ◦ green 17 ◦ blue 253

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

Shades of Electric Purple #BB11FD

Tints of Electric Purple #BB11FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 55.36%

R = 40.92%
G = 3.72%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BB11FD (or 0xBB11FD) is known color: Electric Purple. HEX triplet: BB, 11 and FD. RGB value is (187,17,253). Sum of RGB (Red+Green+Blue) = 187+17+253=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 17 (7.03% from 255 or 3.72% from 457); Blue value is 253 (99.22% from 255 or 55.36% from 457); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB11FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB11FD is #44EE02. Grayscale: #5D5D5D. Windows color (decimal): -4517379 or 16585147. OLE color: 16585147.

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

Color convert

RGB 187 17 253 -
CMYK 0.26 0.93 0 0.01
HSL 283.22º 0.98% 0.53% -
HSV(B) 283.22º 0.93% 0.99% -
XYZ 38.42 18.06 94.39 -
YUV 94.73 217.32 193.81 -
System Red Green Blue C M Y K H S L
Decimal 187 17 253 0.26 0.93 0 0.01 283.22 0.98 0.53
Hex BB 11 FD 1A 5D 0 1 11B 62 35
Octal 273 21 375 32 135 0 1 433 142 65
Binary 10111011 10001 11111101 11010 1011101 0 1 100011011 1100010 110101

Color Harmonies of #BB11FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB11FD

Black with #BB11FD

Text Example


Text Example

White with #BB11FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB11FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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