#B46AEB

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

Shades of Medium Orchid #B46AEB

Tints of Medium Orchid #B46AEB

Color information

#B46AEB (or 0xB46AEB) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and EB. RGB value is (180,106,235). Sum of RGB (Red+Green+Blue) = 180+106+235=521 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.55% from 521); Green value is 106 (41.80% from 255 or 20.35% from 521); Blue value is 235 (92.19% from 255 or 45.11% from 521); Max value from RGB is 235 - color contains mainly: blue. Hex color #B46AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AEB is #4B9514. Grayscale: #8E8E8E. Windows color (decimal): -4953365 or 15428276. OLE color: 15428276.

HSL color Cylindrical-coordinate representation of color #B46AEB: hue angle of 274.42º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46AEB is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB180106235-
CMYK0.230.5500.08
HSL274.42º76.33%66.86%-
HSV(B)274.42º54.89%92.16%-
XYZ38.9726.0181.56-
YUV142.83180.02154.51-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.55%
GREEN value IS 106 (41.80% from 255) = 20.35%
BLUE value IS 235 (92.19% from 255) = 45.11%
R=34.55%
G=20.35%
B=45.11%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801062350.230.5500.08274.4276.3366.86
HexB46AEB1737081124c43
Octal2641523532767010422114103
Binary10110100110101011101011101111101110100010001001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AEB; }

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

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

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

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

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

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

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

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