#B457FE

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

Shades of Medium Orchid #B457FE

Tints of Medium Orchid #B457FE

Color information

#B457FE (or 0xB457FE) is unknown color: approx Medium Orchid. HEX triplet: B4, 57 and FE. RGB value is (180,87,254). Sum of RGB (Red+Green+Blue) = 180+87+254=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #B457FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B457FE is #4BA801. Grayscale: #858585. Windows color (decimal): -4958210 or 16668596. OLE color: 16668596.

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

Color convert

RGB18087254-
CMYK0.290.6600.00
HSL273.41º98.82%66.86%-
HSV(B)273.41º65.75%99.61%-
XYZ40.1223.6896.22-
YUV133.84195.81160.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 87 (34.38% from 255) = 16.70%
BLUE value IS 254 (99.61% from 255) = 48.75%
R=34.55%
G=16.70%
B=48.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal180872540.290.6600.00273.4198.8266.86
HexB457FE1D42001116343
Octal2641273763510200421143103
Binary101101001010111111111101110110000100010001000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457FE; }

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

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

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

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

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

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

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

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