#B46DDA

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

Shades of Medium Orchid #B46DDA

Tints of Medium Orchid #B46DDA

Color information

#B46DDA (or 0xB46DDA) is unknown color: approx Medium Orchid. HEX triplet: B4, 6D and DA. RGB value is (180,109,218). Sum of RGB (Red+Green+Blue) = 180+109+218=507 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.50% from 507); Green value is 109 (42.97% from 255 or 21.50% from 507); Blue value is 218 (85.55% from 255 or 43.00% from 507); Max value from RGB is 218 - color contains mainly: blue. Hex color #B46DDA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46DDA is #4B9225. Grayscale: #8E8E8E. Windows color (decimal): -4952614 or 14314932. OLE color: 14314932.

HSL color Cylindrical-coordinate representation of color #B46DDA: hue angle of 279.08º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46DDA is Cyan = 0.17, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB180109218-
CMYK0.170.500.15
HSL279.08º59.56%64.12%-
HSV(B)279.08º50%85.49%-
XYZ36.9525.769.34-
YUV142.66170.52154.64-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 35.50%
GREEN value IS 109 (42.97% from 255) = 21.50%
BLUE value IS 218 (85.55% from 255) = 43.00%
R=35.50%
G=21.50%
B=43.00%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1801092180.170.500.15279.0859.5664.12
HexB46DDA11320F1173c40
Octal264155332216201742774100
Binary1011010011011011101101010001110010011111000101111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46DDA; }

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

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

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

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

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

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

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

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