#B260D1

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

Shades of Medium Orchid #B260D1

Tints of Medium Orchid #B260D1

Color information

#B260D1 (or 0xB260D1) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and D1. RGB value is (178,96,209). Sum of RGB (Red+Green+Blue) = 178+96+209=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #B260D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260D1 is #4D9F2E. Grayscale: #858585. Windows color (decimal): -5087023 or 13721778. OLE color: 13721778.

HSL color Cylindrical-coordinate representation of color #B260D1: hue angle of 283.54º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B260D1 is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17896209-
CMYK0.150.5400.18
HSL283.54º55.12%59.8%-
HSV(B)283.54º54.07%81.96%-
XYZ34.0522.4362.86-
YUV133.4170.67159.81-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.85%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=36.85%
G=19.88%
B=43.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal178962090.150.5400.18283.5455.1259.8
HexB260D1F3601211c373c
Octal26214032117660224346774
Binary101100101100000110100011111110110010010100011100110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260D1; }

 p { color: rgb(178,96,209); }

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

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

 a { background-color: rgb(178,96,209); }

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

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

 span { border-color: rgb(178,96,209); }

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