#B05CC3

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

Shades of Medium Orchid #B05CC3

Tints of Medium Orchid #B05CC3

Color information

#B05CC3 (or 0xB05CC3) is unknown color: approx Medium Orchid. HEX triplet: B0, 5C and C3. RGB value is (176,92,195). Sum of RGB (Red+Green+Blue) = 176+92+195=463 (61% of max value = 765). Red value is 176 (69.14% from 255 or 38.01% from 463); Green value is 92 (36.33% from 255 or 19.87% from 463); Blue value is 195 (76.56% from 255 or 42.12% from 463); Max value from RGB is 195 - color contains mainly: blue. Hex color #B05CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B05CC3 is #4FA33C. Grayscale: #808080. Windows color (decimal): -5219133 or 12803248. OLE color: 12803248.

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

Color convert

RGB17692195-
CMYK0.100.5300.24
HSL288.93º46.19%56.27%-
HSV(B)288.93º52.82%76.47%-
XYZ31.5820.8253.98-
YUV128.86165.33161.62-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.01%
GREEN value IS 92 (36.33% from 255) = 19.87%
BLUE value IS 195 (76.56% from 255) = 42.12%
R=38.01%
G=19.87%
B=42.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176921950.100.5300.24288.9346.1956.27
HexB05CC3A350181212e38
Octal26013430312650304415670
Binary101100001011100110000111010110101011000100100001101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B05CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B05CC3; }

 p { color: rgb(176,92,195); }

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

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

 a { background-color: rgb(176,92,195); }

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

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

 span { border-color: rgb(176,92,195); }

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