#B061C2

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

Shades of Medium Orchid #B061C2

Tints of Medium Orchid #B061C2

Color information

#B061C2 (or 0xB061C2) is unknown color: approx Medium Orchid. HEX triplet: B0, 61 and C2. RGB value is (176,97,194). Sum of RGB (Red+Green+Blue) = 176+97+194=467 (61% of max value = 765). Red value is 176 (69.14% from 255 or 37.69% from 467); Green value is 97 (38.28% from 255 or 20.77% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 194 - color contains mainly: blue. Hex color #B061C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B061C2 is #4F9E3D. Grayscale: #838383. Windows color (decimal): -5217854 or 12738992. OLE color: 12738992.

HSL color Cylindrical-coordinate representation of color #B061C2: hue angle of 288.87º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B061C2 is Cyan = 0.09, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17697194-
CMYK0.090.5000.24
HSL288.87º44.29%57.06%-
HSV(B)288.87º50%76.08%-
XYZ31.9221.6753.54-
YUV131.68163.17159.61-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.69%
GREEN value IS 97 (38.28% from 255) = 20.77%
BLUE value IS 194 (76.17% from 255) = 41.54%
R=37.69%
G=20.77%
B=41.54%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal176971940.090.5000.24288.8744.2957.06
HexB061C29320181212c39
Octal26014130211620304415471
Binary101100001100001110000101001110010011000100100001101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B061C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B061C2; }

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

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

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

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

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

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

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

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