#B657DA

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

Shades of Medium Orchid #B657DA

Tints of Medium Orchid #B657DA

Color information

#B657DA (or 0xB657DA) is unknown color: approx Medium Orchid. HEX triplet: B6, 57 and DA. RGB value is (182,87,218). Sum of RGB (Red+Green+Blue) = 182+87+218=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #B657DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B657DA is #49A825. Grayscale: #818181. Windows color (decimal): -4827174 or 14309302. OLE color: 14309302.

HSL color Cylindrical-coordinate representation of color #B657DA: hue angle of 283.51º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B657DA is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18287218-
CMYK0.170.6000.15
HSL283.51º63.9%59.8%-
HSV(B)283.51º60.09%85.49%-
XYZ35.3521.8268.68-
YUV130.34177.47164.85-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.37%
GREEN value IS 87 (34.38% from 255) = 17.86%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=37.37%
G=17.86%
B=44.76%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal182872180.170.6000.15283.5163.959.8
HexB657DA113C0F11c403c
Octal266127332217401743410074
Binary1011011010101111101101010001111100011111000111001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B657DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B657DA; }

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

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

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

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

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

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

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

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