#B260D9

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

Shades of Medium Orchid #B260D9

Tints of Medium Orchid #B260D9

Color information

#B260D9 (or 0xB260D9) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and D9. RGB value is (178,96,217). Sum of RGB (Red+Green+Blue) = 178+96+217=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 217 (85.16% from 255 or 44.20% from 491); Max value from RGB is 217 - color contains mainly: blue. Hex color #B260D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260D9 is #4D9F26. Grayscale: #858585. Windows color (decimal): -5087015 or 14246066. OLE color: 14246066.

HSL color Cylindrical-coordinate representation of color #B260D9: hue angle of 280.66º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B260D9 is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17896217-
CMYK0.180.5600.15
HSL280.66º61.42%61.37%-
HSV(B)280.66º55.76%85.1%-
XYZ35.0722.8468.21-
YUV134.31174.67159.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.25%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 217 (85.16% from 255) = 44.20%
R=36.25%
G=19.55%
B=44.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal178962170.180.5600.15280.6661.4261.37
HexB260D912380F1193d3d
Octal26214033122700174317575
Binary101100101100000110110011001011100001111100011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260D9; }

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

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

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

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

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

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

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

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