#B060C3

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

Shades of Medium Orchid #B060C3

Tints of Medium Orchid #B060C3

Color information

#B060C3 (or 0xB060C3) is unknown color: approx Medium Orchid. HEX triplet: B0, 60 and C3. RGB value is (176,96,195). Sum of RGB (Red+Green+Blue) = 176+96+195=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 96 (37.89% from 255 or 20.56% from 467); Blue value is 195 (76.56% from 255 or 41.76% from 467); Max value from RGB is 195 - color contains mainly: blue. Hex color #B060C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B060C3 is #4F9F3C. Grayscale: #828282. Windows color (decimal): -5218109 or 12804272. OLE color: 12804272.

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

Color convert

RGB17696195-
CMYK0.100.5100.24
HSL288.48º45.21%57.06%-
HSV(B)288.48º50.77%76.47%-
XYZ31.9421.5454.1-
YUV131.21164159.95-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 96 (37.89% from 255) = 20.56%
BLUE value IS 195 (76.56% from 255) = 41.76%
R=37.69%
G=20.56%
B=41.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176961950.100.5100.24288.4845.2157.06
HexB060C3A330181202d39
Octal26014030312630304405571
Binary101100001100000110000111010110011011000100100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B060C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B060C3; }

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

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

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

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

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

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

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

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