#B05DCD

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

Shades of Medium Orchid #B05DCD

Tints of Medium Orchid #B05DCD

Color information

#B05DCD (or 0xB05DCD) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and CD. RGB value is (176,93,205). Sum of RGB (Red+Green+Blue) = 176+93+205=474 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.13% from 474); Green value is 93 (36.72% from 255 or 19.62% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B05DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCD is #4FA232. Grayscale: #828282. Windows color (decimal): -5218867 or 13458864. OLE color: 13458864.

HSL color Cylindrical-coordinate representation of color #B05DCD: hue angle of 284.46º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B05DCD is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB17693205-
CMYK0.140.5500.20
HSL284.46º52.83%58.43%-
HSV(B)284.46º54.63%80.39%-
XYZ32.8421.4760.17-
YUV130.58170160.39-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.13%
GREEN value IS 93 (36.72% from 255) = 19.62%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=37.13%
G=19.62%
B=43.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176932050.140.5500.20284.4652.8358.43
HexB05DCDE3701411c353a
Octal26013531516670244346572
Binary101100001011101110011011110110111010100100011100110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DCD; }

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

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

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

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

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

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

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

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