#b46eeb

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

Shades of Medium Orchid #B46EEB

Tints of Medium Orchid #B46EEB

Color information

#B46EEB (or 0xB46EEB) is unknown color: approx Medium Orchid. HEX triplet: B4, 6E and EB. RGB value is (180,110,235). Sum of RGB (Red+Green+Blue) = 180+110+235=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 235 (92.19% from 255 or 44.76% from 525); Max value from RGB is 235 - color contains mainly: blue. Hex color #B46EEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46EEB is #4B9114. Grayscale: #909090. Windows color (decimal): -4952341 or 15429300. OLE color: 15429300.

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

Color convert

RGB180110235-
CMYK0.230.5300.08
HSL273.6º75.76%67.65%-
HSV(B)273.6º53.19%92.16%-
XYZ39.3926.8581.7-
YUV145.18178.69152.84-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 110 (43.36% from 255) = 20.95%
BLUE value IS 235 (92.19% from 255) = 44.76%
R=34.29%
G=20.95%
B=44.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801102350.230.5300.08273.675.7667.65
HexB46EEB1735081124c44
Octal2641563532765010422114104
Binary10110100110111011101011101111101010100010001001010011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b46eeb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b46eeb; }

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

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

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

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

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

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

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

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