#B673DE

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

Shades of Medium Orchid #B673DE

Tints of Medium Orchid #B673DE

Color information

#B673DE (or 0xB673DE) is unknown color: approx Medium Orchid. HEX triplet: B6, 73 and DE. RGB value is (182,115,222). Sum of RGB (Red+Green+Blue) = 182+115+222=519 (68% of max value = 765). Red value is 182 (71.48% from 255 or 35.07% from 519); Green value is 115 (45.31% from 255 or 22.16% from 519); Blue value is 222 (87.11% from 255 or 42.77% from 519); Max value from RGB is 222 - color contains mainly: blue. Hex color #B673DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673DE is #498C21. Grayscale: #929292. Windows color (decimal): -4820002 or 14578614. OLE color: 14578614.

HSL color Cylindrical-coordinate representation of color #B673DE: hue angle of 277.57º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B673DE is Cyan = 0.18, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182115222-
CMYK0.180.4800.13
HSL277.57º61.85%66.08%-
HSV(B)277.57º48.2%87.06%-
XYZ38.6127.4872.38-
YUV147.23170.2152.8-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.07%
GREEN value IS 115 (45.31% from 255) = 22.16%
BLUE value IS 222 (87.11% from 255) = 42.77%
R=35.07%
G=22.16%
B=42.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821152220.180.4800.13277.5761.8566.08
HexB673DE12300D1163e42
Octal266163336226001542676102
Binary1011011011100111101111010010110000011011000101101111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673DE; }

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

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

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

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

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

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

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

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