#B83DD1

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

Shades of Medium Orchid #B83DD1

Tints of Medium Orchid #B83DD1

Color information

#B83DD1 (or 0xB83DD1) is unknown color: approx Medium Orchid. HEX triplet: B8, 3D and D1. RGB value is (184,61,209). Sum of RGB (Red+Green+Blue) = 184+61+209=454 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40.53% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 209 (82.03% from 255 or 46.04% from 454); Max value from RGB is 209 - color contains mainly: blue. Hex color #B83DD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B83DD1 is #47C22E. Grayscale: #727272. Windows color (decimal): -4702767 or 13712824. OLE color: 13712824.

HSL color Cylindrical-coordinate representation of color #B83DD1: hue angle of 289.86º 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 #B83DD1 is Cyan = 0.12, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB18461209-
CMYK0.120.7100.18
HSL289.86º61.67%52.94%-
HSV(B)289.86º70.81%81.96%-
XYZ32.9418.1362.08-
YUV114.65181.25177.47-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 40.53%
GREEN value IS 61 (24.22% from 255) = 13.44%
BLUE value IS 209 (82.03% from 255) = 46.04%
R=40.53%
G=13.44%
B=46.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal184612090.120.7100.18289.8661.6752.94
HexB83DD1C470121223e35
Octal27075321141070224427665
Binary101110001111011101000111001000111010010100100010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B83DD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B83DD1; }

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

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

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

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

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

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

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

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