#B05DD0

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

Shades of Medium Orchid #B05DD0

Tints of Medium Orchid #B05DD0

Color information

#B05DD0 (or 0xB05DD0) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and D0. RGB value is (176,93,208). Sum of RGB (Red+Green+Blue) = 176+93+208=477 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.90% from 477); Green value is 93 (36.72% from 255 or 19.50% from 477); Blue value is 208 (81.64% from 255 or 43.61% from 477); Max value from RGB is 208 - color contains mainly: blue. Hex color #B05DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DD0 is #4FA22F. Grayscale: #828282. Windows color (decimal): -5218864 or 13655472. OLE color: 13655472.

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

Color convert

RGB17693208-
CMYK0.150.5500.18
HSL283.3º55.02%59.02%-
HSV(B)283.3º55.29%81.57%-
XYZ33.221.6162.1-
YUV130.93171.5160.15-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 36.90%
GREEN value IS 93 (36.72% from 255) = 19.50%
BLUE value IS 208 (81.64% from 255) = 43.61%
R=36.90%
G=19.50%
B=43.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal176932080.150.5500.18283.355.0259.02
HexB05DD0F3701211b373b
Octal26013532017670224336773
Binary101100001011101110100001111110111010010100011011110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DD0; }

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

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

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

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

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

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

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

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