#B061C0

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

Shades of Medium Orchid #B061C0

Tints of Medium Orchid #B061C0

Color information

#B061C0 (or 0xB061C0) is unknown color: approx Medium Orchid. HEX triplet: B0, 61 and C0. RGB value is (176,97,192). Sum of RGB (Red+Green+Blue) = 176+97+192=465 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.85% from 465); Green value is 97 (38.28% from 255 or 20.86% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 192 - color contains mainly: blue. Hex color #B061C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061C0 is #4F9E3F. Grayscale: #838383. Windows color (decimal): -5217856 or 12607920. OLE color: 12607920.

HSL color Cylindrical-coordinate representation of color #B061C0: hue angle of 289.89º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B061C0 is Cyan = 0.08, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17697192-
CMYK0.080.4900.25
HSL289.89º42.99%56.67%-
HSV(B)289.89º49.48%75.29%-
XYZ31.6921.5952.37-
YUV131.45162.17159.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.85%
GREEN value IS 97 (38.28% from 255) = 20.86%
BLUE value IS 192 (75.39% from 255) = 41.29%
R=37.85%
G=20.86%
B=41.29%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal176971920.080.4900.25289.8942.9956.67
HexB061C08310191222b39
Octal26014130010610314425371
Binary101100001100001110000001000110001011001100100010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061C0; }

 p { color: rgb(176,97,192); }

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

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

 a { background-color: rgb(176,97,192); }

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

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

 span { border-color: rgb(176,97,192); }

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