#B93BD1

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

Shades of Medium Orchid #B93BD1

Tints of Medium Orchid #B93BD1

Color information

#B93BD1 (or 0xB93BD1) is unknown color: approx Medium Orchid. HEX triplet: B9, 3B and D1. RGB value is (185,59,209). Sum of RGB (Red+Green+Blue) = 185+59+209=453 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.84% from 453); Green value is 59 (23.44% from 255 or 13.02% from 453); Blue value is 209 (82.03% from 255 or 46.14% from 453); Max value from RGB is 209 - color contains mainly: blue. Hex color #B93BD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93BD1 is #46C42E. Grayscale: #717171. Windows color (decimal): -4637743 or 13712313. OLE color: 13712313.

HSL color Cylindrical-coordinate representation of color #B93BD1: hue angle of 290.4º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B93BD1 is Cyan = 0.11, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18559209-
CMYK0.110.7200.18
HSL290.4º61.98%52.55%-
HSV(B)290.4º71.77%81.96%-
XYZ33.0818.0562.06-
YUV113.77181.74178.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.84%
GREEN value IS 59 (23.44% from 255) = 13.02%
BLUE value IS 209 (82.03% from 255) = 46.14%
R=40.84%
G=13.02%
B=46.14%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185592090.110.7200.18290.461.9852.55
HexB93BD1B480121223e35
Octal27173321131100224427665
Binary101110011110111101000110111001000010010100100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93BD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93BD1; }

 p { color: rgb(185,59,209); }

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

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

 a { background-color: rgb(185,59,209); }

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

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

 span { border-color: rgb(185,59,209); }

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