#B05DC9

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

Shades of Medium Orchid #B05DC9

Tints of Medium Orchid #B05DC9

Color information

#B05DC9 (or 0xB05DC9) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and C9. RGB value is (176,93,201). Sum of RGB (Red+Green+Blue) = 176+93+201=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 93 (36.72% from 255 or 19.79% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #B05DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DC9 is #4FA236. Grayscale: #818181. Windows color (decimal): -5218871 or 13196720. OLE color: 13196720.

HSL color Cylindrical-coordinate representation of color #B05DC9: hue angle of 286.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B05DC9 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17693201-
CMYK0.120.5400.21
HSL286.11º50%57.65%-
HSV(B)286.11º53.73%78.82%-
XYZ32.3621.2857.66-
YUV130.13168160.72-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.45%
GREEN value IS 93 (36.72% from 255) = 19.79%
BLUE value IS 201 (78.91% from 255) = 42.77%
R=37.45%
G=19.79%
B=42.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal176932010.120.5400.21286.115057.65
HexB05DC9C3601511e323a
Octal26013531114660254366272
Binary101100001011101110010011100110110010101100011110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DC9; }

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

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

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

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

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

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

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

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