#B760CC

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

Shades of Medium Orchid #B760CC

Tints of Medium Orchid #B760CC

Color information

#B760CC (or 0xB760CC) is unknown color: approx Medium Orchid. HEX triplet: B7, 60 and CC. RGB value is (183,96,204). Sum of RGB (Red+Green+Blue) = 183+96+204=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 96 (37.89% from 255 or 19.88% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 204 - color contains mainly: blue. Hex color #B760CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760CC is #489F33. Grayscale: #858585. Windows color (decimal): -4759348 or 13394103. OLE color: 13394103.

HSL color Cylindrical-coordinate representation of color #B760CC: hue angle of 288.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B760CC is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB18396204-
CMYK0.100.5300.2
HSL288.33º51.43%58.82%-
HSV(B)288.33º52.94%80%-
XYZ34.6122.7959.7-
YUV134.32167.32162.72-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.89%
GREEN value IS 96 (37.89% from 255) = 19.88%
BLUE value IS 204 (80.08% from 255) = 42.24%
R=37.89%
G=19.88%
B=42.24%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal183962040.100.5300.2288.3351.4358.82
HexB760CCA35014120333b
Octal26714031412650244406373
Binary101101111100000110011001010110101010100100100000110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760CC; }

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

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

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

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

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

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

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

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