#B05DC5

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

Shades of Medium Orchid #B05DC5

Tints of Medium Orchid #B05DC5

Color information

#B05DC5 (or 0xB05DC5) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and C5. RGB value is (176,93,197). Sum of RGB (Red+Green+Blue) = 176+93+197=466 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.77% from 466); Green value is 93 (36.72% from 255 or 19.96% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 197 - color contains mainly: blue. Hex color #B05DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DC5 is #4FA23A. Grayscale: #818181. Windows color (decimal): -5218875 or 12934576. OLE color: 12934576.

HSL color Cylindrical-coordinate representation of color #B05DC5: hue angle of 287.88º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B05DC5 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17693197-
CMYK0.110.5300.23
HSL287.88º47.27%56.86%-
HSV(B)287.88º52.79%77.25%-
XYZ31.921.0955.21-
YUV129.67166161.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.77%
GREEN value IS 93 (36.72% from 255) = 19.96%
BLUE value IS 197 (77.34% from 255) = 42.27%
R=37.77%
G=19.96%
B=42.27%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176931970.110.5300.23287.8847.2756.86
HexB05DC5B350171202f39
Octal26013530513650274405771
Binary101100001011101110001011011110101010111100100000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DC5; }

 p { color: rgb(176,93,197); }

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

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

 a { background-color: rgb(176,93,197); }

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

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

 span { border-color: rgb(176,93,197); }

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