#B46ACD

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

Shades of Medium Orchid #B46ACD

Tints of Medium Orchid #B46ACD

Color information

#B46ACD (or 0xB46ACD) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and CD. RGB value is (180,106,205). Sum of RGB (Red+Green+Blue) = 180+106+205=491 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.66% from 491); Green value is 106 (41.80% from 255 or 21.59% from 491); Blue value is 205 (80.47% from 255 or 41.75% from 491); Max value from RGB is 205 - color contains mainly: blue. Hex color #B46ACD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46ACD is #4B9532. Grayscale: #8B8B8B. Windows color (decimal): -4953395 or 13462196. OLE color: 13462196.

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

Color convert

RGB180106205-
CMYK0.120.4800.20
HSL284.85º49.75%60.98%-
HSV(B)284.85º48.29%80.39%-
XYZ3524.4260.63-
YUV139.41165.02156.95-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36.66%
GREEN value IS 106 (41.80% from 255) = 21.59%
BLUE value IS 205 (80.47% from 255) = 41.75%
R=36.66%
G=21.59%
B=41.75%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1801062050.120.4800.20284.8549.7560.98
HexB46ACDC3001411d323d
Octal26415231514600244356275
Binary101101001101010110011011100110000010100100011101110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46ACD; }

 p { color: rgb(180,106,205); }

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

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

 a { background-color: rgb(180,106,205); }

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

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

 span { border-color: rgb(180,106,205); }

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