#B46BDD

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

Shades of Medium Orchid #B46BDD

Tints of Medium Orchid #B46BDD

Color information

#B46BDD (or 0xB46BDD) is unknown color: approx Medium Orchid. HEX triplet: B4, 6B and DD. RGB value is (180,107,221). Sum of RGB (Red+Green+Blue) = 180+107+221=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 107 (42.19% from 255 or 21.06% from 508); Blue value is 221 (86.72% from 255 or 43.50% from 508); Max value from RGB is 221 - color contains mainly: blue. Hex color #B46BDD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46BDD is #4B9422. Grayscale: #8D8D8D. Windows color (decimal): -4953123 or 14511028. OLE color: 14511028.

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

Color convert

RGB180107221-
CMYK0.190.5200.13
HSL278.42º62.64%64.31%-
HSV(B)278.42º51.58%86.67%-
XYZ37.1325.4471.36-
YUV141.82172.68155.23-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.43%
GREEN value IS 107 (42.19% from 255) = 21.06%
BLUE value IS 221 (86.72% from 255) = 43.50%
R=35.43%
G=21.06%
B=43.50%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801072210.190.5200.13278.4262.6464.31
HexB46BDD13340D1163f40
Octal264153335236401542677100
Binary1011010011010111101110110011110100011011000101101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46BDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46BDD; }

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

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

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

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

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

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

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

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