#B900FF

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

Shades of Electric Purple #B900FF

Tints of Electric Purple #B900FF

Color information

#B900FF (or 0xB900FF) is unknown color: approx Electric Purple. HEX triplet: B9, 00 and FF. RGB value is (185,0,255). Sum of RGB (Red+Green+Blue) = 185+0+255=440 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.05% from 440); Green value is 0 (0.39% from 255 or 0% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #B900FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B900FF is #46FF00. Grayscale: #535353. Windows color (decimal): -4652801 or 16711865. OLE color: 16711865.

HSL color Cylindrical-coordinate representation of color #B900FF: hue angle of 283.53º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B900FF is Cyan = 0.27, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1850255-
CMYK0.27100
HSL283.53º100%50%-
HSV(B)283.53º100%100%-
XYZ38.0617.5395.99-
YUV84.38224.29199.77-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 42.05%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 255 (100% from 255) = 57.95%
R=42.05%
G=0%
B=57.95%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18502550.27100283.5310050
HexB90FF1B640011c6432
Octal2710377331440043414462
Binary10111001011111111110111100100001000111001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B900FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B900FF; }

 p { color: rgb(185,0,255); }

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

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

 a { background-color: rgb(185,0,255); }

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

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

 span { border-color: rgb(185,0,255); }

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