#B761CD

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

Shades of Medium Orchid #B761CD

Tints of Medium Orchid #B761CD

Color information

#B761CD (or 0xB761CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 61 and CD. RGB value is (183,97,205). Sum of RGB (Red+Green+Blue) = 183+97+205=485 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.73% from 485); Green value is 97 (38.28% from 255 or 20% from 485); Blue value is 205 (80.47% from 255 or 42.27% from 485); Max value from RGB is 205 - color contains mainly: blue. Hex color #B761CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B761CD is #489E32. Grayscale: #868686. Windows color (decimal): -4759091 or 13459895. OLE color: 13459895.

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

Color convert

RGB18397205-
CMYK0.110.5300.20
HSL287.78º51.92%59.22%-
HSV(B)287.78º52.68%80.39%-
XYZ34.8223.0260.37-
YUV135.03167.49162.22-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 37.73%
GREEN value IS 97 (38.28% from 255) = 20%
BLUE value IS 205 (80.47% from 255) = 42.27%
R=37.73%
G=20%
B=42.27%

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
Decimal183972050.110.5300.20287.7851.9259.22
HexB761CDB35014120343b
Octal26714131513650244406473
Binary101101111100001110011011011110101010100100100000110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B761CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B761CD; }

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

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

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

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

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

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

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

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