#B457FD

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

Shades of Medium Orchid #B457FD

Tints of Medium Orchid #B457FD

Color information

#B457FD (or 0xB457FD) is unknown color: approx Medium Orchid. HEX triplet: B4, 57 and FD. RGB value is (180,87,253). Sum of RGB (Red+Green+Blue) = 180+87+253=520 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.62% from 520); Green value is 87 (34.38% from 255 or 16.73% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #B457FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B457FD is #4BA802. Grayscale: #858585. Windows color (decimal): -4958211 or 16603060. OLE color: 16603060.

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

Color convert

RGB18087253-
CMYK0.290.6600.01
HSL273.61º97.65%66.67%-
HSV(B)273.61º65.61%99.22%-
XYZ39.9623.6195.38-
YUV133.73195.31161-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.62%
GREEN value IS 87 (34.38% from 255) = 16.73%
BLUE value IS 253 (99.22% from 255) = 48.65%
R=34.62%
G=16.73%
B=48.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal180872530.290.6600.01273.6197.6566.67
HexB457FD1D42011126243
Octal2641273753510201422142103
Binary101101001010111111111011110110000100110001001011000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457FD; }

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

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

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

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

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

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

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

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