#B424F7

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

Shades of Electric Purple #B424F7

Tints of Electric Purple #B424F7

Color information

#B424F7 (or 0xB424F7) is unknown color: approx Electric Purple. HEX triplet: B4, 24 and F7. RGB value is (180,36,247). Sum of RGB (Red+Green+Blue) = 180+36+247=463 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.88% from 463); Green value is 36 (14.45% from 255 or 7.78% from 463); Blue value is 247 (96.88% from 255 or 53.35% from 463); Max value from RGB is 247 - color contains mainly: blue. Hex color #B424F7 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #B424F7 is #4BDB08. Grayscale: #666666. Windows color (decimal): -4971273 or 16196788. OLE color: 16196788.

HSL color Cylindrical-coordinate representation of color #B424F7: hue angle of 280.95º degrees, saturation: 0.93, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B424F7 is Cyan = 0.27, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB18036247-
CMYK0.270.8500.03
HSL280.95º92.95%55.49%-
HSV(B)280.95º85.43%96.86%-
XYZ36.2417.6889.5-
YUV103.11209.21182.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 38.88%
GREEN value IS 36 (14.45% from 255) = 7.78%
BLUE value IS 247 (96.88% from 255) = 53.35%
R=38.88%
G=7.78%
B=53.35%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal180362470.270.8500.03280.9592.9555.49
HexB424F71B55031195d37
Octal26444367331250343113567
Binary10110100100100111101111101110101010111000110011011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B424F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B424F7; }

 p { color: rgb(180,36,247); }

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

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

 a { background-color: rgb(180,36,247); }

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

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

 span { border-color: rgb(180,36,247); }

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