#B46AED

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

Shades of Medium Orchid #B46AED

Tints of Medium Orchid #B46AED

Color information

#B46AED (or 0xB46AED) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and ED. RGB value is (180,106,237). Sum of RGB (Red+Green+Blue) = 180+106+237=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 106 (41.80% from 255 or 20.27% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #B46AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AED is #4B9512. Grayscale: #8E8E8E. Windows color (decimal): -4953363 or 15559348. OLE color: 15559348.

HSL color Cylindrical-coordinate representation of color #B46AED: hue angle of 273.89º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B46AED is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB180106237-
CMYK0.240.5500.07
HSL273.89º78.44%67.25%-
HSV(B)273.89º55.27%92.94%-
XYZ39.2626.1383.09-
YUV143.06181.02154.35-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 106 (41.80% from 255) = 20.27%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=34.42%
G=20.27%
B=45.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1801062370.240.5500.07273.8978.4467.25
HexB46AED1837071124e43
Octal264152355306707422116103
Binary1011010011010101110110111000110111011110001001010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AED; }

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

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

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

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

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

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

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

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