#B46DCB

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

Shades of Medium Orchid #B46DCB

Tints of Medium Orchid #B46DCB

Color information

#B46DCB (or 0xB46DCB) is unknown color: approx Medium Orchid. HEX triplet: B4, 6D and CB. RGB value is (180,109,203). Sum of RGB (Red+Green+Blue) = 180+109+203=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 109 (42.97% from 255 or 22.15% from 492); Blue value is 203 (79.69% from 255 or 41.26% from 492); Max value from RGB is 203 - color contains mainly: blue. Hex color #B46DCB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DCB is #4B9234. Grayscale: #8C8C8C. Windows color (decimal): -4952629 or 13331892. OLE color: 13331892.

HSL color Cylindrical-coordinate representation of color #B46DCB: hue angle of 285.32º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B46DCB is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB180109203-
CMYK0.110.4600.20
HSL285.32º47.47%61.18%-
HSV(B)285.32º46.31%79.61%-
XYZ35.0724.9559.47-
YUV140.94163.02155.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.59%
GREEN value IS 109 (42.97% from 255) = 22.15%
BLUE value IS 203 (79.69% from 255) = 41.26%
R=36.59%
G=22.15%
B=41.26%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801092030.110.4600.20285.3247.4761.18
HexB46DCBB2E01411d2f3d
Octal26415531313560244355775
Binary101101001101101110010111011101110010100100011101101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DCB; }

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

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

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

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

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

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

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

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