#B05DC1

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

Shades of Medium Orchid #B05DC1

Tints of Medium Orchid #B05DC1

Color information

#B05DC1 (or 0xB05DC1) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and C1. RGB value is (176,93,193). Sum of RGB (Red+Green+Blue) = 176+93+193=462 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.10% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #B05DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DC1 is #4FA23E. Grayscale: #808080. Windows color (decimal): -5218879 or 12672432. OLE color: 12672432.

HSL color Cylindrical-coordinate representation of color #B05DC1: hue angle of 289.8º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B05DC1 is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17693193-
CMYK0.090.5200.24
HSL289.8º44.64%56.08%-
HSV(B)289.8º51.81%75.69%-
XYZ31.4420.9152.83-
YUV129.22164161.37-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.10%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 193 (75.78% from 255) = 41.77%
R=38.10%
G=20.13%
B=41.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176931930.090.5200.24289.844.6456.08
HexB05DC19340181222d38
Octal26013530111640304425570
Binary101100001011101110000011001110100011000100100010101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DC1; }

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

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

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

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

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

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

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

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