#BB10EF

Color #BB10EF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BB10EF

Tints of Electric Purple #BB10EF

Color information

#BB10EF (or 0xBB10EF) is unknown color: approx Electric Purple. HEX triplet: BB, 10 and EF. RGB value is (187,16,239). Sum of RGB (Red+Green+Blue) = 187+16+239=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 16 (6.64% from 255 or 3.62% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB10EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB10EF is #44EF10. Grayscale: #5B5B5B. Windows color (decimal): -4517649 or 15667387. OLE color: 15667387.

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

Color convert

RGB18716239-
CMYK0.220.9300.06
HSL286.01º87.45%50%-
HSV(B)286.01º93.31%93.73%-
XYZ36.2617.1783.06-
YUV92.55210.65195.37-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 42.31%
GREEN value IS 16 (6.64% from 255) = 3.62%
BLUE value IS 239 (93.75% from 255) = 54.07%
R=42.31%
G=3.62%
B=54.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal187162390.220.9300.06286.0187.4550
HexBB10EF165D0611e5732
Octal27320357261350643612762
Binary10111011100001110111110110101110101101000111101010111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB10EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB10EF; }

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

 H1.HeaderClassName
 {
   color: #BB10EF;
 }
 .AnyTagClassName
 {
   color: #BB10EF;
 }
</style>
background-color css

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

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

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

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

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

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