#B673C8

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

Shades of Medium Orchid #B673C8

Tints of Medium Orchid #B673C8

Color information

#B673C8 (or 0xB673C8) is unknown color: approx Medium Orchid. HEX triplet: B6, 73 and C8. RGB value is (182,115,200). Sum of RGB (Red+Green+Blue) = 182+115+200=497 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.62% from 497); Green value is 115 (45.31% from 255 or 23.14% from 497); Blue value is 200 (78.52% from 255 or 40.24% from 497); Max value from RGB is 200 - color contains mainly: blue. Hex color #B673C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673C8 is #498C37. Grayscale: #909090. Windows color (decimal): -4820024 or 13136822. OLE color: 13136822.

HSL color Cylindrical-coordinate representation of color #B673C8: hue angle of 287.29º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B673C8 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB182115200-
CMYK0.090.4200.22
HSL287.29º43.59%61.76%-
HSV(B)287.29º42.5%78.43%-
XYZ35.8526.3857.85-
YUV144.72159.2154.59-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.62%
GREEN value IS 115 (45.31% from 255) = 23.14%
BLUE value IS 200 (78.52% from 255) = 40.24%
R=36.62%
G=23.14%
B=40.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1821152000.090.4200.22287.2943.5961.76
HexB673C892A01611f2c3e
Octal26616331011520264375476
Binary101101101110011110010001001101010010110100011111101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673C8; }

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

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

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

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

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

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

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

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