Html Css Color HEX #BB16E1 Electric Purple

📋 copy color: '#BB16E1'

red 187 ◦ green 22 ◦ blue 225

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

Shades of Electric Purple #BB16E1

Tints of Electric Purple #BB16E1

RGB

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

 GREEN value IS 22 (8.98% from 255) = 5.07%

 BLUE value IS 225 (88.28% from 255) = 51.84%

R = 43.09%
G = 5.07%
B = 51.84%

CMYK

 C value IS 0.17

 M value IS 0.90

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BB16E1 (or 0xBB16E1) is known color: Electric Purple. HEX triplet: BB, 16 and E1. RGB value is (187,22,225). Sum of RGB (Red+Green+Blue) = 187+22+225=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB16E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16E1 is #44E91E. Grayscale: #5D5D5D. Windows color (decimal): -4516127 or 14751419. OLE color: 14751419.

HSL color Cylindrical-coordinate representation of color #BB16E1: hue angle of 288.77º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB16E1 is Cyan = 0.17, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 22 225 -
CMYK 0.17 0.90 0 0.12
HSL 288.77º 0.82% 0.48% -
HSV(B) 288.77º 0.9% 0.88% -
XYZ 34.37 16.57 72.62 -
YUV 94.48 201.66 193.99 -
System Red Green Blue C M Y K H S L
Decimal 187 22 225 0.17 0.90 0 0.12 288.77 0.82 0.48
Hex BB 16 E1 11 5A 0 C 121 52 30
Octal 273 26 341 21 132 0 14 441 122 60
Binary 10111011 10110 11100001 10001 1011010 0 1100 100100001 1010010 110000

Color Harmonies of #BB16E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16E1

Black with #BB16E1

Text Example


Text Example

White with #BB16E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16E1; }

 p { color: rgb(187,22,225); }

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

background-color css

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

 a { background-color: rgb(187,22,225); }

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

border-color css

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

 span { border-color: rgb(187,22,225); }

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