#B90CF5

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

Shades of Electric Purple #B90CF5

Tints of Electric Purple #B90CF5

Color information

#B90CF5 (or 0xB90CF5) is unknown color: approx Electric Purple. HEX triplet: B9, 0C and F5. RGB value is (185,12,245). Sum of RGB (Red+Green+Blue) = 185+12+245=442 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.86% from 442); Green value is 12 (5.08% from 255 or 2.71% from 442); Blue value is 245 (96.09% from 255 or 55.43% from 442); Max value from RGB is 245 - color contains mainly: blue. Hex color #B90CF5 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B90CF5 is #46F30A. Grayscale: #595959. Windows color (decimal): -4649739 or 16059577. OLE color: 16059577.

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

Color convert

RGB18512245-
CMYK0.240.9500.04
HSL284.55º92.09%50.39%-
HSV(B)284.55º95.1%96.08%-
XYZ36.6217.1787.77-
YUV90.29215.31195.55-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 41.86%
GREEN value IS 12 (5.08% from 255) = 2.71%
BLUE value IS 245 (96.09% from 255) = 55.43%
R=41.86%
G=2.71%
B=55.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal185122450.240.9500.04284.5592.0950.39
HexB9CF5185F0411d5c32
Octal27114365301370443513462
Binary1011100111001111010111000101111101001000111011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B90CF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B90CF5; }

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

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

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

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

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

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

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

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