#B957DA

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

Shades of Medium Orchid #B957DA

Tints of Medium Orchid #B957DA

Color information

#B957DA (or 0xB957DA) is unknown color: approx Medium Orchid. HEX triplet: B9, 57 and DA. RGB value is (185,87,218). Sum of RGB (Red+Green+Blue) = 185+87+218=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 218 (85.55% from 255 or 44.49% from 490); Max value from RGB is 218 - color contains mainly: blue. Hex color #B957DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957DA is #46A825. Grayscale: #828282. Windows color (decimal): -4630566 or 14309305. OLE color: 14309305.

HSL color Cylindrical-coordinate representation of color #B957DA: hue angle of 284.89º 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 #B957DA is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB18587218-
CMYK0.150.6000.15
HSL284.89º63.9%59.8%-
HSV(B)284.89º60.09%85.49%-
XYZ36.0722.1968.71-
YUV131.24176.97166.35-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.76%
GREEN value IS 87 (34.38% from 255) = 17.76%
BLUE value IS 218 (85.55% from 255) = 44.49%
R=37.76%
G=17.76%
B=44.49%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185872180.150.6000.15284.8963.959.8
HexB957DAF3C0F11d403c
Octal271127332177401743510074
Binary101110011010111110110101111111100011111000111011000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B957DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B957DA; }

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

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

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

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

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

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

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

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