#B458D5

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

Shades of Medium Orchid #B458D5

Tints of Medium Orchid #B458D5

Color information

#B458D5 (or 0xB458D5) is unknown color: approx Medium Orchid. HEX triplet: B4, 58 and D5. RGB value is (180,88,213). Sum of RGB (Red+Green+Blue) = 180+88+213=481 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.42% from 481); Green value is 88 (34.77% from 255 or 18.30% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #B458D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B458D5 is #4BA72A. Grayscale: #818181. Windows color (decimal): -4957995 or 13981876. OLE color: 13981876.

HSL color Cylindrical-coordinate representation of color #B458D5: hue angle of 284.16º 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 #B458D5 is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB18088213-
CMYK0.150.5900.16
HSL284.16º59.81%59.02%-
HSV(B)284.16º58.69%83.53%-
XYZ34.3221.4965.29-
YUV129.76174.98163.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 37.42%
GREEN value IS 88 (34.77% from 255) = 18.30%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=37.42%
G=18.30%
B=44.28%

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
Decimal180882130.150.5900.16284.1659.8159.02
HexB458D5F3B01011c3c3b
Octal26413032517730204347473
Binary101101001011000110101011111111011010000100011100111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B458D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B458D5; }

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

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

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

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

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

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

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

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