#B673CC

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

Shades of Medium Orchid #B673CC

Tints of Medium Orchid #B673CC

Color information

#B673CC (or 0xB673CC) is unknown color: approx Medium Orchid. HEX triplet: B6, 73 and CC. RGB value is (182,115,204). Sum of RGB (Red+Green+Blue) = 182+115+204=501 (66% of max value = 765). Red value is 182 (71.48% from 255 or 36.33% from 501); Green value is 115 (45.31% from 255 or 22.95% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #B673CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #B673CC is #498C33. Grayscale: #909090. Windows color (decimal): -4820020 or 13398966. OLE color: 13398966.

HSL color Cylindrical-coordinate representation of color #B673CC: hue angle of 285.17º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B673CC is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB182115204-
CMYK0.110.4400.2
HSL285.17º46.6%62.55%-
HSV(B)285.17º43.63%80%-
XYZ36.3226.5760.34-
YUV145.18161.2154.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 36.33%
GREEN value IS 115 (45.31% from 255) = 22.95%
BLUE value IS 204 (80.08% from 255) = 40.72%
R=36.33%
G=22.95%
B=40.72%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1821152040.110.4400.2285.1746.662.55
HexB673CCB2C01411d2f3f
Octal26616331413540244355777
Binary101101101110011110011001011101100010100100011101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B673CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B673CC; }

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

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

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

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

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

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

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

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