#B93DD1

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

Shades of Medium Orchid #B93DD1

Tints of Medium Orchid #B93DD1

Color information

#B93DD1 (or 0xB93DD1) is unknown color: approx Medium Orchid. HEX triplet: B9, 3D and D1. RGB value is (185,61,209). Sum of RGB (Red+Green+Blue) = 185+61+209=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 61 (24.22% from 255 or 13.41% from 455); Blue value is 209 (82.03% from 255 or 45.93% from 455); Max value from RGB is 209 - color contains mainly: blue. Hex color #B93DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B93DD1 is #46C22E. Grayscale: #727272. Windows color (decimal): -4637231 or 13712825. OLE color: 13712825.

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

Color convert

RGB18561209-
CMYK0.110.7100.18
HSL290.27º61.67%52.94%-
HSV(B)290.27º70.81%81.96%-
XYZ33.1818.2662.1-
YUV114.95181.08177.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 40.66%
GREEN value IS 61 (24.22% from 255) = 13.41%
BLUE value IS 209 (82.03% from 255) = 45.93%
R=40.66%
G=13.41%
B=45.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal185612090.110.7100.18290.2761.6752.94
HexB93DD1B470121223e35
Octal27175321131070224427665
Binary101110011111011101000110111000111010010100100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B93DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B93DD1; }

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

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

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

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

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

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

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

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