#B760C6

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

Shades of Medium Orchid #B760C6

Tints of Medium Orchid #B760C6

Color information

#B760C6 (or 0xB760C6) is unknown color: approx Medium Orchid. HEX triplet: B7, 60 and C6. RGB value is (183,96,198). Sum of RGB (Red+Green+Blue) = 183+96+198=477 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.36% from 477); Green value is 96 (37.89% from 255 or 20.13% from 477); Blue value is 198 (77.73% from 255 or 41.51% from 477); Max value from RGB is 198 - color contains mainly: blue. Hex color #B760C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760C6 is #489F39. Grayscale: #858585. Windows color (decimal): -4759354 or 13000887. OLE color: 13000887.

HSL color Cylindrical-coordinate representation of color #B760C6: hue angle of 291.18º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B760C6 is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18396198-
CMYK0.080.5200.22
HSL291.18º47.22%57.65%-
HSV(B)291.18º51.52%77.65%-
XYZ33.922.5155.98-
YUV133.64164.32163.21-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.36%
GREEN value IS 96 (37.89% from 255) = 20.13%
BLUE value IS 198 (77.73% from 255) = 41.51%
R=38.36%
G=20.13%
B=41.51%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal183961980.080.5200.22291.1847.2257.65
HexB760C68340161232f3a
Octal26714030610640264435772
Binary101101111100000110001101000110100010110100100011101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760C6; }

 p { color: rgb(183,96,198); }

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

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

 a { background-color: rgb(183,96,198); }

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

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

 span { border-color: rgb(183,96,198); }

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