#B673E9

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

Shades of Medium Orchid #B673E9

Tints of Medium Orchid #B673E9

Color information

#B673E9 (or 0xB673E9) is unknown color: approx Medium Orchid. HEX triplet: B6, 73 and E9. RGB value is (182,115,233). Sum of RGB (Red+Green+Blue) = 182+115+233=530 (70% of max value = 765). Red value is 182 (71.48% from 255 or 34.34% from 530); Green value is 115 (45.31% from 255 or 21.70% from 530); Blue value is 233 (91.41% from 255 or 43.96% from 530); Max value from RGB is 233 - color contains mainly: blue. Hex color #B673E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B673E9 is #498C16. Grayscale: #949494. Windows color (decimal): -4819991 or 15299510. OLE color: 15299510.

HSL color Cylindrical-coordinate representation of color #B673E9: hue angle of 274.07º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B673E9 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB182115233-
CMYK0.220.5100.09
HSL274.07º72.84%68.24%-
HSV(B)274.07º50.64%91.37%-
XYZ40.1328.0980.4-
YUV148.49175.7151.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 34.34%
GREEN value IS 115 (45.31% from 255) = 21.70%
BLUE value IS 233 (91.41% from 255) = 43.96%
R=34.34%
G=21.70%
B=43.96%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821152330.220.5100.09274.0772.8468.24
HexB673E91633091124944
Octal2661633512663011422111104
Binary10110110111001111101001101101100110100110001001010010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673E9; }

 p { color: rgb(182,115,233); }

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

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

 a { background-color: rgb(182,115,233); }

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

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

 span { border-color: rgb(182,115,233); }

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