#B261C1

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

Shades of Medium Orchid #B261C1

Tints of Medium Orchid #B261C1

Color information

#B261C1 (or 0xB261C1) is unknown color: approx Medium Orchid. HEX triplet: B2, 61 and C1. RGB value is (178,97,193). Sum of RGB (Red+Green+Blue) = 178+97+193=468 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.03% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 193 (75.78% from 255 or 41.24% from 468); Max value from RGB is 193 - color contains mainly: blue. Hex color #B261C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B261C1 is #4D9E3E. Grayscale: #838383. Windows color (decimal): -5086783 or 12673458. OLE color: 12673458.

HSL color Cylindrical-coordinate representation of color #B261C1: hue angle of 290.62º 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 #B261C1 is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17897193-
CMYK0.080.5000.24
HSL290.62º43.64%56.86%-
HSV(B)290.62º49.74%75.69%-
XYZ32.2621.8652.97-
YUV132.16162.34160.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.03%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 193 (75.78% from 255) = 41.24%
R=38.03%
G=20.73%
B=41.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal178971930.080.5000.24290.6243.6456.86
HexB261C18320181232c39
Octal26214130110620304435471
Binary101100101100001110000011000110010011000100100011101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B261C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B261C1; }

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

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

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

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

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

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

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

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