#BB18EB

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

Shades of Electric Purple #BB18EB

Tints of Electric Purple #BB18EB

Color information

#BB18EB (or 0xBB18EB) is unknown color: approx Electric Purple. HEX triplet: BB, 18 and EB. RGB value is (187,24,235). Sum of RGB (Red+Green+Blue) = 187+24+235=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 24 (9.77% from 255 or 5.38% from 446); Blue value is 235 (92.19% from 255 or 52.69% from 446); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB18EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB18EB is #44E714. Grayscale: #606060. Windows color (decimal): -4515605 or 15407291. OLE color: 15407291.

HSL color Cylindrical-coordinate representation of color #BB18EB: hue angle of 286.35º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB18EB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB18724235-
CMYK0.200.9000.08
HSL286.35º84.06%50.78%-
HSV(B)286.35º89.79%92.16%-
XYZ35.8217.2280.03-
YUV96.79206192.34-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 41.93%
GREEN value IS 24 (9.77% from 255) = 5.38%
BLUE value IS 235 (92.19% from 255) = 52.69%
R=41.93%
G=5.38%
B=52.69%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal187242350.200.9000.08286.3584.0650.78
HexBB18EB145A0811e5433
Octal273303532413201043612463
Binary101110111100011101011101001011010010001000111101010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB18EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB18EB; }

 p { color: rgb(187,24,235); }

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

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

 a { background-color: rgb(187,24,235); }

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

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

 span { border-color: rgb(187,24,235); }

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