#B459FE

Color #B459FE Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #B459FE

Tints of Medium Orchid #B459FE

Color information

#B459FE (or 0xB459FE) is unknown color: approx Medium Orchid. HEX triplet: B4, 59 and FE. RGB value is (180,89,254). Sum of RGB (Red+Green+Blue) = 180+89+254=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 89 (35.16% from 255 or 17.02% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #B459FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B459FE is #4BA601. Grayscale: #868686. Windows color (decimal): -4957698 or 16669108. OLE color: 16669108.

HSL color Cylindrical-coordinate representation of color #B459FE: hue angle of 273.09º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B459FE is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB18089254-
CMYK0.290.6500.00
HSL273.09º98.8%67.25%-
HSV(B)273.09º64.96%99.61%-
XYZ40.282496.28-
YUV135.02195.15160.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 89 (35.16% from 255) = 17.02%
BLUE value IS 254 (99.61% from 255) = 48.57%
R=34.42%
G=17.02%
B=48.57%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180892540.290.6500.00273.0998.867.25
HexB459FE1D41001116343
Octal2641313763510100421143103
Binary101101001011001111111101110110000010010001000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B459FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B459FE; }

 p { color: rgb(180,89,254); }

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

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

 a { background-color: rgb(180,89,254); }

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

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

 span { border-color: rgb(180,89,254); }

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