#B46DDD

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

Shades of Medium Orchid #B46DDD

Tints of Medium Orchid #B46DDD

Color information

#B46DDD (or 0xB46DDD) is unknown color: approx Medium Orchid. HEX triplet: B4, 6D and DD. RGB value is (180,109,221). Sum of RGB (Red+Green+Blue) = 180+109+221=510 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.29% from 510); Green value is 109 (42.97% from 255 or 21.37% from 510); Blue value is 221 (86.72% from 255 or 43.33% from 510); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46DDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DDD is #4B9222. Grayscale: #8E8E8E. Windows color (decimal): -4952611 or 14511540. OLE color: 14511540.

HSL color Cylindrical-coordinate representation of color #B46DDD: hue angle of 278.04º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B46DDD is Cyan = 0.19, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180109221-
CMYK0.190.5100.13
HSL278.04º62.22%64.71%-
HSV(B)278.04º50.68%86.67%-
XYZ37.3425.8671.43-
YUV143172.02154.39-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.29%
GREEN value IS 109 (42.97% from 255) = 21.37%
BLUE value IS 221 (86.72% from 255) = 43.33%
R=35.29%
G=21.37%
B=43.33%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801092210.190.5100.13278.0462.2264.71
HexB46DDD13330D1163e41
Octal264155335236301542676101
Binary1011010011011011101110110011110011011011000101101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DDD; }

 p { color: rgb(180,109,221); }

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

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

 a { background-color: rgb(180,109,221); }

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

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

 span { border-color: rgb(180,109,221); }

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