#B261C8

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

Shades of Medium Orchid #B261C8

Tints of Medium Orchid #B261C8

Color information

#B261C8 (or 0xB261C8) is unknown color: approx Medium Orchid. HEX triplet: B2, 61 and C8. RGB value is (178,97,200). Sum of RGB (Red+Green+Blue) = 178+97+200=475 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.47% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #B261C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261C8 is #4D9E37. Grayscale: #848484. Windows color (decimal): -5086776 or 13132210. OLE color: 13132210.

HSL color Cylindrical-coordinate representation of color #B261C8: hue angle of 287.18º degrees, saturation: 0.48, 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 #B261C8 is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17897200-
CMYK0.110.5200.22
HSL287.18º48.36%58.24%-
HSV(B)287.18º51.5%78.43%-
XYZ33.0622.1857.18-
YUV132.96165.84160.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.47%
GREEN value IS 97 (38.28% from 255) = 20.42%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=37.47%
G=20.42%
B=42.11%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal178972000.110.5200.22287.1848.3658.24
HexB261C8B3401611f303a
Octal26214131013640264376072
Binary101100101100001110010001011110100010110100011111110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261C8; }

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

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

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

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

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

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

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

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