#B46AD6

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

Shades of Medium Orchid #B46AD6

Tints of Medium Orchid #B46AD6

Color information

#B46AD6 (or 0xB46AD6) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and D6. RGB value is (180,106,214). Sum of RGB (Red+Green+Blue) = 180+106+214=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 106 (41.80% from 255 or 21.2% from 500); Blue value is 214 (83.98% from 255 or 42.8% from 500); Max value from RGB is 214 - color contains mainly: blue. Hex color #B46AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B46AD6 is #4B9529. Grayscale: #8C8C8C. Windows color (decimal): -4953386 or 14052020. OLE color: 14052020.

HSL color Cylindrical-coordinate representation of color #B46AD6: hue angle of 281.11º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B46AD6 is Cyan = 0.16, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB180106214-
CMYK0.160.5000.16
HSL281.11º56.84%62.75%-
HSV(B)281.11º50.47%83.92%-
XYZ36.1124.8766.51-
YUV140.44169.52156.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 36%
GREEN value IS 106 (41.80% from 255) = 21.2%
BLUE value IS 214 (83.98% from 255) = 42.8%
R=36%
G=21.2%
B=42.8%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1801062140.160.5000.16281.1156.8462.75
HexB46AD61032010119393f
Octal26415232620620204317177
Binary1011010011010101101011010000110010010000100011001111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AD6; }

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

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

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

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

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

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

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

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