Html Css Color HEX #BB16EF Electric Purple

📋 copy color: '#BB16EF'

red 187 ◦ green 22 ◦ blue 239

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

Shades of Electric Purple #BB16EF

Tints of Electric Purple #BB16EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 53.35%

R = 41.74%
G = 4.91%
B = 53.35%

CMYK

 C value IS 0.22

 M value IS 0.91

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BB16EF (or 0xBB16EF) is known color: Electric Purple. HEX triplet: BB, 16 and EF. RGB value is (187,22,239). Sum of RGB (Red+Green+Blue) = 187+22+239=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 22 (8.98% from 255 or 4.91% from 448); Blue value is 239 (93.75% from 255 or 53.35% from 448); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB16EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB16EF is #44E910. Grayscale: #5F5F5F. Windows color (decimal): -4516113 or 15668923. OLE color: 15668923.

HSL color Cylindrical-coordinate representation of color #BB16EF: hue angle of 285.62º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BB16EF is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 22 239 -
CMYK 0.22 0.91 0 0.06
HSL 285.62º 0.87% 0.51% -
HSV(B) 285.62º 0.91% 0.94% -
XYZ 36.36 17.37 83.1 -
YUV 96.07 208.66 192.86 -
System Red Green Blue C M Y K H S L
Decimal 187 22 239 0.22 0.91 0 0.06 285.62 0.87 0.51
Hex BB 16 EF 16 5B 0 6 11E 57 33
Octal 273 26 357 26 133 0 6 436 127 63
Binary 10111011 10110 11101111 10110 1011011 0 110 100011110 1010111 110011

Color Harmonies of #BB16EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB16EF

Black with #BB16EF

Text Example


Text Example

White with #BB16EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB16EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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