#B45DE8

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

Shades of Medium Orchid #B45DE8

Tints of Medium Orchid #B45DE8

Color information

#B45DE8 (or 0xB45DE8) is unknown color: approx Medium Orchid. HEX triplet: B4, 5D and E8. RGB value is (180,93,232). Sum of RGB (Red+Green+Blue) = 180+93+232=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 93 (36.72% from 255 or 18.42% from 505); Blue value is 232 (91.02% from 255 or 45.94% from 505); Max value from RGB is 232 - color contains mainly: blue. Hex color #B45DE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B45DE8 is #4BA217. Grayscale: #868686. Windows color (decimal): -4956696 or 15228340. OLE color: 15228340.

HSL color Cylindrical-coordinate representation of color #B45DE8: hue angle of 277.55º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B45DE8 is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB18093232-
CMYK0.220.6000.09
HSL277.55º75.14%63.73%-
HSV(B)277.55º59.91%90.98%-
XYZ37.323.3678.89-
YUV134.86182.82160.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.64%
GREEN value IS 93 (36.72% from 255) = 18.42%
BLUE value IS 232 (91.02% from 255) = 45.94%
R=35.64%
G=18.42%
B=45.94%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal180932320.220.6000.09277.5575.1463.73
HexB45DE8163C091164b40
Octal2641353502674011426113100
Binary10110100101110111101000101101111000100110001011010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B45DE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B45DE8; }

 p { color: rgb(180,93,232); }

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

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

 a { background-color: rgb(180,93,232); }

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

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

 span { border-color: rgb(180,93,232); }

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