#B46AF3

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

Shades of Medium Orchid #B46AF3

Tints of Medium Orchid #B46AF3

Color information

#B46AF3 (or 0xB46AF3) is unknown color: approx Medium Orchid. HEX triplet: B4, 6A and F3. RGB value is (180,106,243). Sum of RGB (Red+Green+Blue) = 180+106+243=529 (70% of max value = 765). Red value is 180 (70.70% from 255 or 34.03% from 529); Green value is 106 (41.80% from 255 or 20.04% from 529); Blue value is 243 (95.31% from 255 or 45.94% from 529); Max value from RGB is 243 - color contains mainly: blue. Hex color #B46AF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46AF3 is #4B950C. Grayscale: #8F8F8F. Windows color (decimal): -4953357 or 15952564. OLE color: 15952564.

HSL color Cylindrical-coordinate representation of color #B46AF3: hue angle of 272.41º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B46AF3 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB180106243-
CMYK0.260.5600.05
HSL272.41º85.09%68.43%-
HSV(B)272.41º56.38%95.29%-
XYZ40.1526.4887.79-
YUV143.74184.02153.86-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.03%
GREEN value IS 106 (41.80% from 255) = 20.04%
BLUE value IS 243 (95.31% from 255) = 45.94%
R=34.03%
G=20.04%
B=45.94%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1801062430.260.5600.05272.4185.0968.43
HexB46AF31A38051105544
Octal264152363327005420125104
Binary1011010011010101111001111010111000010110001000010101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46AF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46AF3; }

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

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

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

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

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

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

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

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