#B46CEB

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

Shades of Medium Orchid #B46CEB

Tints of Medium Orchid #B46CEB

Color information

#B46CEB (or 0xB46CEB) is unknown color: approx Medium Orchid. HEX triplet: B4, 6C and EB. RGB value is (180,108,235). Sum of RGB (Red+Green+Blue) = 180+108+235=523 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.42% from 523); Green value is 108 (42.58% from 255 or 20.65% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #B46CEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B46CEB is #4B9314. Grayscale: #8F8F8F. Windows color (decimal): -4952853 or 15428788. OLE color: 15428788.

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

Color convert

RGB180108235-
CMYK0.230.5400.08
HSL274.02º76.05%67.25%-
HSV(B)274.02º54.04%92.16%-
XYZ39.1826.4381.63-
YUV144.01179.35153.67-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.42%
GREEN value IS 108 (42.58% from 255) = 20.65%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=34.42%
G=20.65%
B=44.93%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1801082350.230.5400.08274.0276.0567.25
HexB46CEB1736081124c43
Octal2641543532766010422114103
Binary10110100110110011101011101111101100100010001001010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B46CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B46CEB; }

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

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

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

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

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

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

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

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