#BB20F1

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

Shades of Electric Purple #BB20F1

Tints of Electric Purple #BB20F1

Color information

#BB20F1 (or 0xBB20F1) is unknown color: approx Electric Purple. HEX triplet: BB, 20 and F1. RGB value is (187,32,241). Sum of RGB (Red+Green+Blue) = 187+32+241=460 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.65% from 460); Green value is 32 (12.89% from 255 or 6.96% from 460); Blue value is 241 (94.53% from 255 or 52.39% from 460); Max value from RGB is 241 - color contains mainly: blue. Hex color #BB20F1 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB20F1 is #44DF0E. Grayscale: #656565. Windows color (decimal): -4513551 or 15802555. OLE color: 15802555.

HSL color Cylindrical-coordinate representation of color #BB20F1: hue angle of 284.5º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB20F1 is Cyan = 0.22, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB18732241-
CMYK0.220.8700.05
HSL284.5º88.19%53.53%-
HSV(B)284.5º86.72%94.51%-
XYZ36.8917.9584.74-
YUV102.17206.35188.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 40.65%
GREEN value IS 32 (12.89% from 255) = 6.96%
BLUE value IS 241 (94.53% from 255) = 52.39%
R=40.65%
G=6.96%
B=52.39%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal187322410.220.8700.05284.588.1953.53
HexBB20F116570511c5836
Octal27340361261270543413066
Binary101110111000001111000110110101011101011000111001011000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB20F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB20F1; }

 p { color: rgb(187,32,241); }

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

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

 a { background-color: rgb(187,32,241); }

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

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

 span { border-color: rgb(187,32,241); }

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