#B760CD

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

Shades of Medium Orchid #B760CD

Tints of Medium Orchid #B760CD

Color information

#B760CD (or 0xB760CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 60 and CD. RGB value is (183,96,205). Sum of RGB (Red+Green+Blue) = 183+96+205=484 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.81% from 484); Green value is 96 (37.89% from 255 or 19.83% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #B760CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B760CD is #489F32. Grayscale: #868686. Windows color (decimal): -4759347 or 13459639. OLE color: 13459639.

HSL color Cylindrical-coordinate representation of color #B760CD: hue angle of 287.89º degrees, saturation: 0.52, 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 #B760CD is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18396205-
CMYK0.110.5300.20
HSL287.89º52.15%59.02%-
HSV(B)287.89º53.17%80.39%-
XYZ34.7322.8460.34-
YUV134.44167.82162.64-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.81%
GREEN value IS 96 (37.89% from 255) = 19.83%
BLUE value IS 205 (80.47% from 255) = 42.36%
R=37.81%
G=19.83%
B=42.36%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183962050.110.5300.20287.8952.1559.02
HexB760CDB35014120343b
Octal26714031513650244406473
Binary101101111100000110011011011110101010100100100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B760CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B760CD; }

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

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

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

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

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

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

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

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