#b921f5

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

Shades of Electric Purple #B921F5

Tints of Electric Purple #B921F5

Color information

#B921F5 (or 0xB921F5) is unknown color: approx Electric Purple. HEX triplet: B9, 21 and F5. RGB value is (185,33,245). Sum of RGB (Red+Green+Blue) = 185+33+245=463 (61% of max value = 765). Red value is 185 (72.66% from 255 or 39.96% from 463); Green value is 33 (13.28% from 255 or 7.13% from 463); Blue value is 245 (96.09% from 255 or 52.92% from 463); Max value from RGB is 245 - color contains mainly: blue. Hex color #B921F5 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B921F5 is #46DE0A. Grayscale: #656565. Windows color (decimal): -4644363 or 16064953. OLE color: 16064953.

HSL color Cylindrical-coordinate representation of color #B921F5: hue angle of 283.02º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B921F5 is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB18533245-
CMYK0.240.8700.04
HSL283.02º91.38%54.51%-
HSV(B)283.02º86.53%96.08%-
XYZ37.0317.9987.91-
YUV102.62208.36186.76-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 39.96%
GREEN value IS 33 (13.28% from 255) = 7.13%
BLUE value IS 245 (96.09% from 255) = 52.92%
R=39.96%
G=7.13%
B=52.92%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185332450.240.8700.04283.0291.3854.51
HexB921F518570411b5b37
Octal27141365301270443313367
Binary101110011000011111010111000101011101001000110111011011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b921f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b921f5; }

 p { color: rgb(185,33,245); }

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

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

 a { background-color: rgb(185,33,245); }

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

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

 span { border-color: rgb(185,33,245); }

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