#b757ce

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

Shades of Medium Orchid #B757CE

Tints of Medium Orchid #B757CE

Color information

#B757CE (or 0xB757CE) is unknown color: approx Medium Orchid. HEX triplet: B7, 57 and CE. RGB value is (183,87,206). Sum of RGB (Red+Green+Blue) = 183+87+206=476 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.45% from 476); Green value is 87 (34.38% from 255 or 18.28% from 476); Blue value is 206 (80.86% from 255 or 43.28% from 476); Max value from RGB is 206 - color contains mainly: blue. Hex color #B757CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B757CE is #48A831. Grayscale: #808080. Windows color (decimal): -4761650 or 13522871. OLE color: 13522871.

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

Color convert

RGB18387206-
CMYK0.110.5800.19
HSL288.4º54.84%57.45%-
HSV(B)288.4º57.77%80.78%-
XYZ34.0821.3460.72-
YUV129.27171.3166.32-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.45%
GREEN value IS 87 (34.38% from 255) = 18.28%
BLUE value IS 206 (80.86% from 255) = 43.28%
R=38.45%
G=18.28%
B=43.28%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal183872060.110.5800.19288.454.8457.45
HexB757CEB3A0131203739
Octal26712731613720234406771
Binary101101111010111110011101011111010010011100100000110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b757ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b757ce; }

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

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

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

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

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

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

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

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