#B457D5

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

Shades of Medium Orchid #B457D5

Tints of Medium Orchid #B457D5

Color information

#B457D5 (or 0xB457D5) is unknown color: approx Medium Orchid. HEX triplet: B4, 57 and D5. RGB value is (180,87,213). Sum of RGB (Red+Green+Blue) = 180+87+213=480 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.5% from 480); Green value is 87 (34.38% from 255 or 18.12% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #B457D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B457D5 is #4BA82A. Grayscale: #808080. Windows color (decimal): -4958251 or 13981620. OLE color: 13981620.

HSL color Cylindrical-coordinate representation of color #B457D5: hue angle of 284.29º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B457D5 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18087213-
CMYK0.150.5900.16
HSL284.29º60%58.82%-
HSV(B)284.29º59.15%83.53%-
XYZ34.2421.3265.26-
YUV129.17175.31164.25-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.5%
GREEN value IS 87 (34.38% from 255) = 18.12%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=37.5%
G=18.12%
B=44.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal180872130.150.5900.16284.296058.82
HexB457D5F3B01011c3c3b
Octal26412732517730204347473
Binary101101001010111110101011111111011010000100011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B457D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B457D5; }

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

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

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

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

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

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

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

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