#B260D7

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

Shades of Medium Orchid #B260D7

Tints of Medium Orchid #B260D7

Color information

#B260D7 (or 0xB260D7) is unknown color: approx Medium Orchid. HEX triplet: B2, 60 and D7. RGB value is (178,96,215). Sum of RGB (Red+Green+Blue) = 178+96+215=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 215 (84.38% from 255 or 43.97% from 489); Max value from RGB is 215 - color contains mainly: blue. Hex color #B260D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #B260D7 is #4D9F28. Grayscale: #858585. Windows color (decimal): -5087017 or 14114994. OLE color: 14114994.

HSL color Cylindrical-coordinate representation of color #B260D7: hue angle of 281.34º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B260D7 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB17896215-
CMYK0.170.5500.16
HSL281.34º59.8%60.98%-
HSV(B)281.34º55.35%84.31%-
XYZ34.8122.7466.84-
YUV134.08173.67159.32-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.40%
GREEN value IS 96 (37.89% from 255) = 19.63%
BLUE value IS 215 (84.38% from 255) = 43.97%
R=36.40%
G=19.63%
B=43.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal178962150.170.5500.16281.3459.860.98
HexB260D711370101193c3d
Octal26214032721670204317475
Binary1011001011000001101011110001110111010000100011001111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B260D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B260D7; }

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

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

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

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

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

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

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

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