#b957d8

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

Shades of Medium Orchid #B957D8

Tints of Medium Orchid #B957D8

Color information

#B957D8 (or 0xB957D8) is unknown color: approx Medium Orchid. HEX triplet: B9, 57 and D8. RGB value is (185,87,216). Sum of RGB (Red+Green+Blue) = 185+87+216=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 87 (34.38% from 255 or 17.83% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 216 - color contains mainly: blue. Hex color #B957D8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B957D8 is #46A827. Grayscale: #828282. Windows color (decimal): -4630568 or 14178233. OLE color: 14178233.

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

Color convert

RGB18587216-
CMYK0.140.6000.15
HSL285.58º62.32%59.41%-
HSV(B)285.58º59.72%84.71%-
XYZ35.8122.0967.34-
YUV131.01175.97166.51-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 37.91%
GREEN value IS 87 (34.38% from 255) = 17.83%
BLUE value IS 216 (84.77% from 255) = 44.26%
R=37.91%
G=17.83%
B=44.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal185872160.140.6000.15285.5862.3259.41
HexB957D8E3C0F11e3e3b
Octal27112733016740174367673
Binary10111001101011111011000111011110001111100011110111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b957d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b957d8; }

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

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

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

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

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

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

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

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