#B757CD

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

Shades of Medium Orchid #B757CD

Tints of Medium Orchid #B757CD

Color information

#B757CD (or 0xB757CD) is unknown color: approx Medium Orchid. HEX triplet: B7, 57 and CD. RGB value is (183,87,205). Sum of RGB (Red+Green+Blue) = 183+87+205=475 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.53% from 475); Green value is 87 (34.38% from 255 or 18.32% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #B757CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757CD is #48A832. Grayscale: #808080. Windows color (decimal): -4761651 or 13457335. OLE color: 13457335.

HSL color Cylindrical-coordinate representation of color #B757CD: hue angle of 288.81º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B757CD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB18387205-
CMYK0.110.5800.20
HSL288.81º54.13%57.25%-
HSV(B)288.81º57.56%80.39%-
XYZ33.9621.2960.08-
YUV129.16170.8166.41-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.53%
GREEN value IS 87 (34.38% from 255) = 18.32%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=38.53%
G=18.32%
B=43.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal183872050.110.5800.20288.8154.1357.25
HexB757CDB3A0141213639
Octal26712731513720244416671
Binary101101111010111110011011011111010010100100100001110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B757CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B757CD; }

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

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

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

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

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

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

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

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