#B261C6

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

Shades of Medium Orchid #B261C6

Tints of Medium Orchid #B261C6

Color information

#B261C6 (or 0xB261C6) is unknown color: approx Medium Orchid. HEX triplet: B2, 61 and C6. RGB value is (178,97,198). Sum of RGB (Red+Green+Blue) = 178+97+198=473 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.63% from 473); Green value is 97 (38.28% from 255 or 20.51% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #B261C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261C6 is #4D9E39. Grayscale: #848484. Windows color (decimal): -5086778 or 13001138. OLE color: 13001138.

HSL color Cylindrical-coordinate representation of color #B261C6: hue angle of 288.12º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B261C6 is Cyan = 0.10, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17897198-
CMYK0.100.5100.22
HSL288.12º46.98%57.84%-
HSV(B)288.12º51.01%77.65%-
XYZ32.8322.0955.96-
YUV132.73164.84160.29-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.63%
GREEN value IS 97 (38.28% from 255) = 20.51%
BLUE value IS 198 (77.73% from 255) = 41.86%
R=37.63%
G=20.51%
B=41.86%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178971980.100.5100.22288.1246.9857.84
HexB261C6A330161202f3a
Octal26214130612630264405772
Binary101100101100001110001101010110011010110100100000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261C6; }

 p { color: rgb(178,97,198); }

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

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

 a { background-color: rgb(178,97,198); }

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

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

 span { border-color: rgb(178,97,198); }

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