#B05DCB

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

Shades of Medium Orchid #B05DCB

Tints of Medium Orchid #B05DCB

Color information

#B05DCB (or 0xB05DCB) is unknown color: approx Medium Orchid. HEX triplet: B0, 5D and CB. RGB value is (176,93,203). Sum of RGB (Red+Green+Blue) = 176+93+203=472 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.29% from 472); Green value is 93 (36.72% from 255 or 19.70% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #B05DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05DCB is #4FA234. Grayscale: #828282. Windows color (decimal): -5218869 or 13327792. OLE color: 13327792.

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

Color convert

RGB17693203-
CMYK0.130.5400.20
HSL285.27º51.4%58.04%-
HSV(B)285.27º54.19%79.61%-
XYZ32.621.3758.91-
YUV130.36169160.56-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.29%
GREEN value IS 93 (36.72% from 255) = 19.70%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=37.29%
G=19.70%
B=43.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal176932030.130.5400.20285.2751.458.04
HexB05DCBD3601411d333a
Octal26013531315660244356372
Binary101100001011101110010111101110110010100100011101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05DCB; }

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

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

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

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

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

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

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

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