#B673DD

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

Shades of Medium Orchid #B673DD

Tints of Medium Orchid #B673DD

Color information

#B673DD (or 0xB673DD) is unknown color: approx Medium Orchid. HEX triplet: B6, 73 and DD. RGB value is (182,115,221). Sum of RGB (Red+Green+Blue) = 182+115+221=518 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.14% from 518); Green value is 115 (45.31% from 255 or 22.20% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 221 - color contains mainly: blue. Hex color #B673DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673DD is #498C22. Grayscale: #929292. Windows color (decimal): -4820003 or 14513078. OLE color: 14513078.

HSL color Cylindrical-coordinate representation of color #B673DD: hue angle of 277.92º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B673DD is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182115221-
CMYK0.180.4800.13
HSL277.92º60.92%65.88%-
HSV(B)277.92º47.96%86.67%-
XYZ38.4727.4371.67-
YUV147.12169.7152.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.14%
GREEN value IS 115 (45.31% from 255) = 22.20%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=35.14%
G=22.20%
B=42.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821152210.180.4800.13277.9260.9265.88
HexB673DD12300D1163d42
Octal266163335226001542675102
Binary1011011011100111101110110010110000011011000101101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673DD; }

 p { color: rgb(182,115,221); }

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

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

 a { background-color: rgb(182,115,221); }

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

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

 span { border-color: rgb(182,115,221); }

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