#B46CE6

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

Shades of Medium Orchid #B46CE6

Tints of Medium Orchid #B46CE6

Color information

#B46CE6 (or 0xB46CE6) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and E6. RGB value is (180,108,230). Sum of RGB (Red+Green+Blue) = 180+108+230=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 108 (42.58% from 255 or 20.85% from 518); Blue value is 230 (90.23% from 255 or 44.40% from 518); Max value from RGB is 230 - color contains mainly: blue. Hex color #B46CE6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CE6 is #4B9319. Grayscale: #8F8F8F. Windows color (decimal): -4952858 or 15101108. OLE color: 15101108.

HSL color Cylindrical-coordinate representation of color #B46CE6: hue angle of 275.41º degrees, saturation: 0.71, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B46CE6 is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB180108230-
CMYK0.220.5300.10
HSL275.41º70.93%66.27%-
HSV(B)275.41º53.04%90.2%-
XYZ38.4726.1477.88-
YUV143.44176.85154.08-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.75%
GREEN value IS 108 (42.58% from 255) = 20.85%
BLUE value IS 230 (90.23% from 255) = 44.40%
R=34.75%
G=20.85%
B=44.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1801082300.220.5300.10275.4170.9366.27
HexB46CE616350A1134742
Octal2641543462665012423107102
Binary10110100110110011100110101101101010101010001001110001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CE6; }

 p { color: rgb(180,108,230); }

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

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

 a { background-color: rgb(180,108,230); }

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

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

 span { border-color: rgb(180,108,230); }

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