#B657CD

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

Shades of Medium Orchid #B657CD

Tints of Medium Orchid #B657CD

Color information

#B657CD (or 0xB657CD) is unknown color: approx Medium Orchid. HEX triplet: B6, 57 and CD. RGB value is (182,87,205). Sum of RGB (Red+Green+Blue) = 182+87+205=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 87 (34.38% from 255 or 18.35% from 474); Blue value is 205 (80.47% from 255 or 43.25% from 474); Max value from RGB is 205 - color contains mainly: blue. Hex color #B657CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657CD is #49A832. Grayscale: #808080. Windows color (decimal): -4827187 or 13457334. OLE color: 13457334.

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

Color convert

RGB18287205-
CMYK0.110.5800.20
HSL288.31º54.13%57.25%-
HSV(B)288.31º57.56%80.39%-
XYZ33.7221.1760.07-
YUV128.86170.97165.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 87 (34.38% from 255) = 18.35%
BLUE value IS 205 (80.47% from 255) = 43.25%
R=38.40%
G=18.35%
B=43.25%

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
Decimal182872050.110.5800.20288.3154.1357.25
HexB657CDB3A0141203639
Octal26612731513720244406671
Binary101101101010111110011011011111010010100100100000110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B657CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B657CD; }

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

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

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

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

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

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

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

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